Skip to content

denni5lin/contact-manager-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Manager (React)

This is a single-page application using React featuring an app that manages a collection of my contacts. All my contacts stored on this app were pulled from JSONPlaceholder

Launch the project

  • Clone this repository by typing git clone https://github.com/denni5lin/contact-manager-react.git into your command line. Or Download this repository.
  • Install all project dependencies with npm install
  • Start the development server with npm start (this will automatically launch your default browser and open application)

Here is the live version of my contact manager

Dependencies

  • NodeJs latest
  • NPM
  • All other dependecies are included in the package.json file

** NOTE: create-react-app was used to create this app, which includes a ServiceWorker to cache items for offline viewing. It only works when in Production mode

Create React App

This project was bootstrapped with Create React App.

You can find the most recent version of this guide here.

Contributing

Please contact me if you would like to contribute to this application.

License

MIT License Copyright (c) 2018 Dennis Lin

Releases

No releases published

Packages

No packages published