MyReads is a book application which can search, mark and display books on the shelves accordingly. This is a project based on the template provided by Udacity to learn React.
The app contains two pages
- Main : Your shelves of marked Books of categories "Reading", "Will read" and "Read"
- Search : Search function to find new books from the server
- You can move books between shelves by changing the category with the drop down menu on the book
- Open the search page with the plus button at the bottom of the page
- Enter the name or author of the book in the search bar at the top
- Mark books with the drop down menu on the book. Marked books will already have the category selected accordingly
Use npm install
and npm run start
to instlal the dependencies and run the application.
- React.js