/ninas-myreads-app

Udacity Front-End Web Development Nanodegree Project 7 - MyReads: A Book Tracking App

Primary LanguageJavaScript

Ninas MyReads App

Udacity Front-End Web Development Nanodegree Project 7 - MyReads: A Book Tracking App

Description

MyReads App will let you search books and add them to three shelves: Currently Reading, Want To Read and Read.

The search terms are limited to ones found in SEARCH_TERMS.md

You can move the books from one shelf to another or remove them altogeher.

Website

https://ninas-myreads-app.herokuapp.com/

Create-react-app can be deployed on Heroku with zero configuration. More info here.

GitHub pages don't support routers that use the HTML5 pushState history API under the hood (for example, React Router using browserHistory). Check for workarounds here.

Screenshots

How to Install

  1. Clone or Download the project files
  2. Run npm install to install dependencies
  3. Run npm start to view

Resources

Starter Template

Starter Template can be loaded form here.