Phone Book 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.