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
- 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
** 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
This project was bootstrapped with Create React App.
You can find the most recent version of this guide here.
Please contact me if you would like to contribute to this application.
MIT License Copyright (c) 2018 Dennis Lin