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.
https://ricardocanelas.github.io/reactnd-project-myreads
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
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
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
v1.0
- Default project implementation
Ricardo Canelas
This project is licensed under the MIT License - see the LICENSE file for details