meetcric / MyReads-1

A book tracking app - Udacity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyReads App

Overview:

It is a bookshelf app that allows the user to select and categorize books that he/she has 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 is used to persist information as the user interacts with the application.

Technologies & Packages:

Start the App:

  • Make sure that you have Node.js installed on your local and then clone this repository.

  • Navigate to the cloned file and type the following command:

    npm install

  • Then:

    npm start

  • The browser will automatically open the Neighborhood Map App. If it doesn't, please click here

Start the App in Production Mode:

  • To run the App in production mode:

    npm run build

  • Then:

    python -m SimpleHTTPServer 8000

  • Then the App should run on port 8000.

About

A book tracking app - Udacity


Languages

Language:JavaScript 71.1%Language:CSS 20.5%Language:HTML 8.4%