This repository contains the final project files of the Contacts App in Udacity's React Nanodegree Program.
This repository contains the frontend for the Contacts app, make sure to first download and set up the server separately below.
- Clone the Project
git clone https://github.com/ishandeveloper/nanodegree-contacts
- Go into the directory where the project now lives
cd nanodegree-contacts
- Install the dependencies -
yarn install
- Start the app -
yarn start
Getting the server running on your local machine takes only a few steps:
- clone the project -
git clone https://github.com/udacity/reactnd-contacts-server.git
- Move into desired directory
cd reactnd-contacts-server
- Install The dependencies
npm install
- Start the server
npm start
To learn React, check out the React documentation.