/reactnd-contacts-app

Create, view and filter through your contacts with this app.

Primary LanguageJavaScript

Contacts Project

This repo is a code-along with the first project in the React Nanodegree program. This is an application which will help you manage your contacts with features like adding new contacts and filtering them.

Backend Server

The backend server for this in-class project can be found here.

Project Setup

  • Clone the project - git clone https://github.com/Manmohan7/reactnd-contacts-app.git
  • Install the dependencies - npm install

Development Server

Run npm run start for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

License

MIT