Skip to content

adhokshaja/udacity-react-fundamentals-myReads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udacity-react-fundamentals-myReads

MyReads web app is created using ReactJS as a part of the Udacity React Nanodegree program.

About

MyReads lets you manage your digital bookshelf. Supports three shelves Currently Reading, Read and Want to Read. Additionally you can search and add books to any shelf.

Installation

  • Clone/Download this repo.
  • Run npm installor yarn install in the project directory to install dependencies.
  • Run npm start or yarn start to start the application.
  • Navigate to http://localhost:3000/ to view the application.

Project Dependencies

Project dependencies can be found in the npm package manager file package.json.

Important

The backend API is built by Udacity and only a fixed set of search terms are supported. Supported search terms can be found in SEARCH_TERMS.md. That list of terms are the only terms that will work with the API.

Contributing

This project was created as a part of Udacity's React Nanodegree program. Pull requests will most likely not be accepted.

create-react-app

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.5%
  • CSS 31.8%
  • HTML 8.7%