A Book Lending App
This is a project for React Nano Degree from Udacity which lets you organize your books in shelves.
To install this app, first you have to install the required packages, to do that write this command:
npm install
After that, you can run your app by writing this command:
npm start
This app basically let you organize your books between three shelves:
- Currently reading
- Want to read
- Read
The homepage contains all your books.
To change the state of a book, you can simply click on the arrow icon in the corner bottom of any book and choose the new state
To add a new book, click on the plus icon in the right bottom corner, you will go to the search page.
Here you can find new books and putting them in your collection, to do that just type a word in the search box and you will find all the results. you can change the state of any book just like you did in the home page.
It is important to know that the search results are fixed and limited to a particular set of search terms, you can find a list of those search terms in SEARCH_TERMS.md .
This repository is a fork from reactnd-project-myreads-starter for the first project purpose from react nano degree. I can't accept any contributions for this app.
This is an applic project for react nano degree , you can find it useful to understand this project and the flow of this app. Don't present this project as your own, just learn from it if you want and make something amazing!ation