Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 754 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 754 Bytes

MyReads Project

This is the Udacity MyReads project, which is a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. From the search screen, which is accessible by clicking on the plus "+" at the bottom right hand side of the screen, you can search and add books to your bookshelf. (Note: see SEARCH_TERMS.md for available search terms).

Get started:

  • install all project dependencies with npm install
  • start the development server with npm start

or alternatively:

  • install Yarn with npm install -g yarn
  • install project dependancies yarn install
  • start the development server with yarn start

Open the website on localhost:3000 (if it did not launch automatically)