An open API service indexing awesome lists of open source software.

https://github.com/tgaeta/myreads

Project 1 of Udacity's React Nanodegree
https://github.com/tgaeta/myreads

reactjs udacity-react-nanodegree

Last synced: about 1 month ago
JSON representation

Project 1 of Udacity's React Nanodegree

Awesome Lists containing this project

README

          

# MyReads Project
MyReads is a web application that allows you to select and categorize books you have read, are currently reading, or want to read. This project was built using `create-react-app`.

## How to Get Started

To boot the app right away:

* install all project dependencies with `npm install` or `yarn add`
* start the development server with `npm start` or `yarn start`