Skip to content

dacitto/bookshelf-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Udacity nanodegree project using react.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published