A contact-app made using MongoDB, Express, React and Node, and deployed on Heroku.
This app has the following features
- User Registration and Login
- Authentication
- Create Contact
- View Contacts
- Edit/Update Contact
- Delete Contact
The app makes use of React's Context API for state management
- Clone Repository
yarn
cd client
yarn
yarn start
cd ..
yarn server
Click here, Sign up and manage your contacts.