A cataloging app for tracking books in one of three shelves (categories):
- Currently Reading
- Want to Read
- Read
The user can also search for new books by category keywords.
This app is the first of three projects completed for Udacity's React Nanodegree program.
- React
- TypeScript
- Create React App
- API Integration with Udacity Server
Clone the repository, change directories, and use NPM to install the dependencies.
$ git clone https://github.com/chansenaz/MyReads.git
$ cd MyReads
$ npm install
$ npm start