Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamestang12/contact-manager
This is a full stack MERN contact manager application that uses React hooks, context and JWT authentication with a custom build back-end API
https://github.com/jamestang12/contact-manager
express heroku mongodb node react
Last synced: 8 days ago
JSON representation
This is a full stack MERN contact manager application that uses React hooks, context and JWT authentication with a custom build back-end API
- Host: GitHub
- URL: https://github.com/jamestang12/contact-manager
- Owner: jamestang12
- Created: 2020-04-20T18:34:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:52:50.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T22:20:12.728Z (over 1 year ago)
- Topics: express, heroku, mongodb, node, react
- Language: JavaScript
- Homepage:
- Size: 771 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contact-Manager
This is a full stack MERN contact manager application that uses React hooks, context and JWT authentication with a custom build back-end API
- [Link to demo](https://secret-basin-35529.herokuapp.com/login#!)
- [Link to back-end API](https://github.com/jamestang12/Contact-Manager-API)## Tools
* Javascript
* Bootstrap
* React
* NodeJS
* ExpressJS
* MongoDB
* Postman
* Heroku## Functionality
- [x] Nice looking interface
- [x] Application is connect to MongoDB
- [x] Running Express Server
- [x] List all contacts
- [x] Able to update contacts info
- [x] Able to delete contact
- [x] Able to create new contact
- [x] Uses React hooks & context
- [x] Authentication with JWT token
- [x] User login
- [x] User registration
- [x] Deploy to Heroku