Skip to content

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

Notifications You must be signed in to change notification settings

Manmohan7/reactnd-contacts-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 74.0%
  • CSS 17.4%
  • HTML 8.6%