Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stephmarie17/contact-keeper
- Owner: stephmarie17
- Created: 2020-03-23T23:23:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:17:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T09:47:32.061Z (2 months ago)
- Language: JavaScript
- Homepage: https://frozen-earth-46999.herokuapp.com/login
- Size: 5.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
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.