Check out MyReads at here
In MyRead app, user can select and categorize books in this app's bookshelf. This application utilizes Udacity's Book API to get the books. This app also has search functionality to search the book. Use SEARCH_TERMS.md for searching keywords
This application is mainly built with React.js
- You must have
Node.js
installed on your computer
- Clone the repo
git clone https://github.com/DIlkhush00/MyReads
- Run the following Command in terminal to install necessary dependencies
npm install
- Finally, run the following command
npm run start
- Your application should be running on
http://localhost:3000/