Skip to content

Phone book application that allow users to add, edit, and delete contacts. The project is built using TypeScript and React.

Notifications You must be signed in to change notification settings

Lapololucy/phone-contact_management

 
 

Repository files navigation

Phon eContact Management Application with Typescript and React

The vew the demo of the application, click here View Demo

This is a simple contact manager application built with React and TypeScript. It allows users to add, view, update, and delete their contacts.

Installation

Clone the repository to your local machine.
Navigate to the project directory and install the dependencies by running npm install.

Usage

To start the application, run npm run dev in the terminal.
Once the application is running, you can add a new contact by clicking on the "Add Contact" button and filling out the form.
To view the details of a contact, simply click on the contact's name in the list.
To edit a contact's details, click on the edit icon next to the contact's name and make the necessary changes in the form.
To delete a contact, click on the delete icon next to the contact's name and confirm the action when prompted.
Any changes made to the contacts are automatically saved to the local storage.

Contributing

If you wish to contribute to this project, feel free to submit a pull request. License

This project is licensed under the MIT license.

About

Phone book application that allow users to add, edit, and delete contacts. The project is built using TypeScript and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.8%
  • CSS 15.7%
  • JavaScript 4.3%
  • HTML 2.2%