Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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