This project focuses on building out an app that allows users to manage a reading list. Existing front-end markup has been refactored into a functional React app. The app relies on an API provided by Udacity.
This project can only be previewed locally at this time. To test this repository:
- Clone to a local directory of your choice with
$ git clone https://github.com/partiallymisplaced/my-reads.git - Install all project dependencies with
npm install - Start the development server with
npm start - View in browser on port 3000
http://localhost:3000/
This project uses Udacity's starter template https://github.com/udacity/reactnd-project-myreads-starter
Dependencies are listed in this project's package.json