Skip to content

valentingolchev/reactnd-myreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads Project

This is the final assessment project for Udacity's React Fundamentals course.

MyReads is a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. Books can be moved from one shelf to another and new books can be added through a Search page.

Dependencies

React Router v4

Prop Types

lodash

Setup

Steps need to run the project:

  1. Clone or download the source
  2. Install all project dependencies:
$ npm install
  1. Start the development server:
$ npm start

Important

The backend API uses a fixed set of cached search results and is limited to a particular set of search terms, which can be found in SEARCH_TERMS.md. That list of terms are the only terms that will work with the backend, so don't be surprised if your searches for Basket Weaving or Bubble Wrap don't come back with any results.

Create React App

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published