About
This is a web application where you can track seven (7) books by status: currently reading, want to read, and read. It also includes search functionality.
Quick Start Guide
Try the app on Heroku.
Quick Local Install Guide (assumes Linux or Unix)
- Clone the project to your machine
- Open the command line, if you have not already done so
- Navigate (
cd
) to the directory - Run
npm install
- Run
npm start
- In your web browser, open local host port 3000
- You may now use the application
Acknowledgements
This project was forked from Udacity's original code. Thank you to Udacity for the starter code!