Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.81 KB

README.md

File metadata and controls

61 lines (37 loc) · 1.81 KB

REACT nanodegree

This project is my implementation of MyReads app which is the final assessment project for the Udacity's React Fundamentals course, part of the React Nanodegree Program.

MyReads is a bookshelf app that allows the user to select and categorize books they have read, are currently reading, or want to read.

Demo

demo

https://ricardocanelas.github.io/reactnd-project-myreads

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.

  • Npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. Download Node.js

  • Yarn is a package manager built by Facebook Team and seems to be faster than npm in general. Download Yarn

Installing

To download the project follow the instructions bellow:

git clone https://github.com/ricardocanelas/myreads
cd myreads

Then install dependencies and run:

yarn install
yarn start

or

npm install
npm run start

Versions

v1.0

  • Default project implementation

Authors

Ricardo Canelas

License

This project is licensed under the MIT License - see the LICENSE file for details