A bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that you will use to persist information as you interact with the application.
- Clone the git repo at: git@github.com:tofuninjah/my-reads.git
- run
npm install
to install the required packages - run
npm start
to start the application
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.