Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 810 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 810 Bytes

MyReads Project

This is a project developed by DevS for Udacity's Front End Nanodegree's Project

About

This app is use to keep track of books you have read, currently reading or want to read.

Getting Started

  • Download or clone this repository.

Prerequisites

  • You will need node and npm installed on your local machine

Installing & running on your local machine

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.

Built With

Contributing

Private Repository, only made exclusively for academic purpose.