Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephmarie17/contact-keeper

A MERN stack application to create, update, and delete contacts based on user authentication.
https://github.com/stephmarie17/contact-keeper

Last synced: 26 days ago
JSON representation

A MERN stack application to create, update, and delete contacts based on user authentication.

Awesome Lists containing this project

README

        

# ContactKeeper
### Keep track of personal and professional contacts

## Description
A CRUD application built in React using MongoDB and Express on the backend. Features user login and registration with authentication using JWT, and the ability to create, update, and delete contacts.

## Installation & Usage
To view code, fork this repo and refer to the defined scripts in the package.json.

To try the application demo visit the deployed site: [ContactKeeper](https://frozen-earth-46999.herokuapp.com/login)

## Demo
![Demo Gif](/demo/demo_gif01.gif)
![Demo Gif](/demo/demo_gif02.gif)

## Contributors
Coded by Stephanie Aurelio as part of the React Front to Back course by Brad Traversy.