Based on React, and application of React Router, this is an app to manage contacts of the users, it uses an API for communicating with the store and managing data accordingly.
This repo is a code-along with the first project in the React Nanodegree program.
Most of the commits in this repository correspond to videos in the program.
- Clone the project -
git clone https://github.com/udacity/reactnd-contacts-complete.git
- Install the dependencies -
npm install
The backend server for this in-class project can be found here.
MIT