As the name suggests, Contact Keeper is a web application built to maintain a record of a user's Contacts. A user can access his/her contacts only after logging in and verifying his/her identity.
The web application consists of 4 different pages:-
It contains the following components:
- An Add Contact Form.
- An Edit Button, through which neccessary changes can be made to a pre-existing contact.
- A Delete button which deletes the contacts.
It contains the version number of the app.
The user can verify his/her identity by undergoing account authentication.
The user can create an account through this form.
- Clone the repository.
- Open the file in your IDE and run
npm install
to install the packages. - run
npm run dev
to run both the front end and to connect to the backend server. - run
npm start
to only connect to the mongoDB.
This package is licensed under MIT license. See LICENSE for details
Feel free to issue a PR anytime if you feel that the changes can improve the application's functionality.