danehammer / reactnd-myreads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 53.8%Language:HTML 29.7%Language:CSS 16.5%