/MyBookReads

Udacity React nano degree first project

Primary LanguageJavaScript

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