https://github.com/imhappykumar/contact-manager
Contact Manager is a ReactJS-based web app allows you to effortlessly add, edit, delete, and view contact details, all while storing your contacts locally for privacy and convenience.
https://github.com/imhappykumar/contact-manager
Last synced: about 1 year ago
JSON representation
Contact Manager is a ReactJS-based web app allows you to effortlessly add, edit, delete, and view contact details, all while storing your contacts locally for privacy and convenience.
- Host: GitHub
- URL: https://github.com/imhappykumar/contact-manager
- Owner: ImHappyKumar
- License: mit
- Created: 2023-09-03T11:31:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T12:33:53.000Z (over 2 years ago)
- Last Synced: 2025-01-03T19:32:59.942Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://contactmanager-happykumar.web.app/
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contact Manager
Developed by Happy Kumar
Contact Manager is a simple yet powerful application for managing your contacts. This ReactJS-based web app allows you to effortlessly add, edit, delete, and view contact details, all while storing your contacts locally for privacy and convenience.
## Features
- **Add Contacts**: Easily add new contacts with details like name, phone number, email, and more.
- **Edit Contacts**: Update contact information whenever necessary.
- **Delete Contacts**: Remove contacts from your list with a click.
- **View Contacts**: Browse through your list of contacts quickly.
- **Local Storage**: Your contacts are stored locally, ensuring data security and easy access.
## Prerequisites
Before you begin, make sure you have the following installed:
- Node.js: [https://nodejs.org/](https://nodejs.org/)
## Installation
1. Clone this repository to your local machine:
```
git clone https://github.com/ImHappyKumar/contact-manager.git
```
2. Navigate to the project directory:
```
cd contact-manager
```
3. Install dependencies:
```
npm install
```
## Usage
1. Start the development server:
```
npm start
```
2. Access the application in your browser at http://localhost:3000
## Contributing
Contributions are welcome! If you encounter issues or have suggestions, please create an issue or submit a pull request.