Skip to content

luke-nguyen990/udacity-react-fundamentals-c1-react-contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts

This repo is a code-along with the in-course project in the React Nanodegree program.

Most of the commits in this repository correspond to videos in the program.

Project Setup

  1. Clone the project.

  2. Install the dependencies.

npm install

3a. To access the starter code, checkout the starter branch, then start the application.

git checkout starter

npm start

3b. Alternatively, to access the finished project, simply start the application.

npm start

Note that the Contacts app server must also be running to support the app's API calls.

Contributing

Because this is a code-along project and the commits correspond to specific videos in the program, we will not be accepting pull requests.

If you believe that a major problem exists in the code, please open an issue to discuss the problem and potential resolution.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published