Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.51 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.51 KB

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