Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.04 KB

MyReads Project

This is a React book library project.

TL;DR

To run the project:

  • install all project dependencies with npm install
  • start the development server with npm start
  • Move books on shelves or remove and search for more books.

Features

  • Once ran, a special token is given to the user and the library is populated with books.
  • Remove books with selecting None.
  • Move shelves with the selec drop down menu.
  • Shelves: currently reading, want to read, and already read.
  • Search function: query the db for more books (books you already have are shown with the correct shelf)
  • Notice not all search queries are possible but they won't break. Try "fitness" or "react" for example.

Create React App

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

Contributing

This starter code is from Udacity (see forked repo).