Contact Manager is designed to help users organize and manage their contacts effectively. The primary goal is to store, retrieve, and delete contact information efficiently.
- User Registration/Setup
- Adding Contacts
- Editing and Updating Contacts
web-makers
Contact Manager Contributions Video: DRIVE Link
Users need to sign up or create an account to use the Contact Manager app. They may need to provide basic information like their name, email address, and create a password.
Users can manually enter contact details, including name, phone number, email address, physical address, and other relevant information.
Users can delete the saved contacts if needed.
Node
MongoDB
React
React Redux
Express
Instructions for setting up project
- Fork the repository.
- Clone the repository.
- Install npm:
npm install
- Set the env variables.
- For frontend:
yarn run dev
- For backend:
npm start
ornodemon index.js