Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 455 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 455 Bytes

Libros Míos

Udacity React Nanodegree Project 1

Uses https://reactnd-books-api.udacity.com to render a list of categories of books, allowing the user to move them between categories and add more.

Deployed at https://danehammer.rocks/reactnd-myreads

Running Locally

  1. Ensure you have npm installed
    $ npm -v
    
  2. Install dependencies
    $ npm i
    
  3. Navigate to http://localhost:3000