This is a small learning app built to learn React; it is 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.
- Node 7 or above
As this is a learning project, feel free to submit any pull requests.
This project was bootstrapped with Create React App. Follow the instructors there to install create-react-app if you haven't already.
- Clone this repo:
git clone https://github.com/forestmarie/udacity-myreads
- Install dependencies:
yarn
- Start the app:
yarn start
The MIT License