Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.12 KB

BookShelf: A Book Tracking App

Book Shelf is a simple react project for Udacity’s React Fundamentals course.

App Functionality

In this application, the main page displays a list of "shelves" (i.e. categories), each of which contains a number of books. The three shelves are:

  • Currently Reading
  • Want to Read
  • Read

The main page also has a link to /search , a search page that allows you to find books to add to your library.

if you typed another link the app will redirect you to error 404 page

To run the app you need to:

open the project directory with cmd, then you can run:

1. npm install to install all project dependencies.
2. npm start start the development server in http://localhost:3000/