Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jomendez/mybookreads

Udacity React nano degree first project
https://github.com/jomendez/mybookreads

Last synced: 6 days ago
JSON representation

Udacity React nano degree first project

Awesome Lists containing this project

README

        

# MyBookReads Project

This is the project for the final assessment project for Udacity's React Fundamentals course.
It is a react app that consumes an API of books titles, with this app you can organize your books in 3 categories "Want to read", "Curently reading", "Read".
It also allows you to search for new book titles.

## TL;DR

To run the application:

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