An open API service indexing awesome lists of open source software.

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.

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.