/reactnd-project-myreads-starter

Starter Code for the React MyReads Project

Primary LanguageJavaScript

This project is my implementation of MyReads app which is the final assessment project for the Udacity's React Fundamentals course, part of the Frontend Nanodegree Advanced 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.

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/hazem-sabry/reactnd-project-myreads-starter
cd reactnd-project-myreads-starter

Then install dependencies and run:

yarn install
yarn start

Or

npm install
npm run start

Versions

v1.0

  • Default project implementation

Authors