My Reads App Project will help you to track your read list, your book will be divided between 3 sections (currently read / will be read / read) depend on your choice, also you can remove books from any section you need or search and add books.
How To Run It ?
- You need to run the
npm install
command in your terminal on the project directory . - Then run
npm start
after the end of installation, this will run the app server on your local host .
How It Works ?
- After the app run you will see the three sections and the books in this sections, click on the green circle to select your reading status for your book .
- You can add books by clicking on the plus button in the bottom right corner on your screen, you can search for your book then choose the reading status for it ( you will find it appear in the selected section ) .
- The Resources That Used To Build This App :