A bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read.
You will need to install either npm or yarn before installing this project.
- install all project dependencies with
npm install
oryarn
. - start the development server with
npm start
oryarn start
.
See CONTRIBUTING.md for information.
This project was built from Udacity's Starter Code for the React MyReads Project.