/myreads

My first project developed on the React Nanodegree Program from Udacity.

Primary LanguageHTML

My Reads - Udacity React Nanodegree

This is my first project developed on the React Nanodegree Program from Udacity. It's an application for keeping track of books that you are currently reading, read or want to read.

Getting Started

Clone the Repository

git clone https://github.com/augustorz/myreads

Install dependencies

yarn install

Compiles and hot-reloads for development

yarn start

Other useful commands

Compiles and minifies for production

yarn build

Run your tests

yarn test

Lints and fixes files

yarn lint