Skip to content

wengyilun/MyRead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyRead: A Book Tracking App


This is a ReactJs project created for Udacity's ReactJS Nanodegree Program. It allows users to search and save the books to be read later. It has the following functionalities:

  1. search books by name or author
  2. add books to shelf
  3. remove books from shelf
  4. move books among shelves All of which are handled via API calls to a backend NodeJS server.

Demo

To see the live demo, please go to [https://wengyilun.github.io/MyRead/]

How to Build the Project

  1. Check out the repository
  2. Open terminal and enter the following:
$> cd /path/to/your-project-folder $> npm install

How to Run the Project

  1. Open a terminal and enter the following:
$> cd /path/to/your-project-folder $> npm start
  1. Open a browser and visit localhost:3001

Versions

Current version is v1.

About

Udacity MyRead

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published