Skip to content

Latest commit

 

History

History
44 lines (44 loc) · 1.55 KB

README.md

File metadata and controls

44 lines (44 loc) · 1.55 KB

StackUp Banner

Contact Manager

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.

Key Features

  1. User Registration/Setup
  2. Adding Contacts
  3. Editing and Updating Contacts

Team members

  1. Sreyas M Pillai Sreyas62
  2. Sreelekshmi S SREEZ004
  3. Bestin K Benny bestin015
  4. Stephy Sam StephZam

Team Id

web-makers

Link to product walkthrough

Contact Manager Contributions Video: DRIVE Link

How it Works?

1. User Registration/Setup:

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.

2. Adding Contacts:

Users can manually enter contact details, including name, phone number, email address, physical address, and other relevant information.

3. Deleting Contacts:

Users can delete the saved contacts if needed.

Libraries used

Node
MongoDB
React
React Redux
Express

How to configure

Instructions for setting up project

How to Run

  1. Fork the repository.
  2. Clone the repository.
  3. Install npm: npm install
  4. Set the env variables.
  5. For frontend: yarn run dev
  6. For backend:
    npm start or nodemon index.js