Skip to content

cjfinnell/reactnd-project-myreads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads Project

This repository contains my submission for the final assessment project for Udacity's React Fundamentals course. This simple webapp allows the user to search for and categorize books into three separate shelves: Currently Reading, Want to Read, and Read. This webapp uses React to manage the state of said shelves, and utilizes an API provided by Udacity to load and store the content.

Getting started

To run this webapp:

  • clone this repository
  • ensure you are using the correct npm version (specified in .nvmrc)
  • install all project dependencies with npm install
  • start the development server with npm start

Grading

Development of this project was guided by the following resources:

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

My project submission for Udacity's React Nanodegree

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 70.6%
  • CSS 21.1%
  • HTML 8.3%