This is a project developed by DevS for Udacity's Front End Nanodegree's Project
This app is use to keep track of books you have read, currently reading or want to read.
- Download or clone this repository.
From the directory, inside the folder, install all project dependecies with git bash/cmd/terminal:
npm install
And right after, start the development server:
npm start
The web should open in your default browser.
- React - JS library
Private Repository, only made exclusively for academic purpose.