A simple contact manager application built using React and Axios for CRUD operations.
This Contact Manager is a web application that allows you to manage your contacts efficiently. It provides basic CRUD (Create, Read, Update, Delete) functionality for contacts and uses Axios to communicate with a backend mock API to perform these operations.
- Add a new contact with first name, last name, and phone number.
- View a list of all contacts.
- Update contact information.
- Delete contacts.
- Integration with a mock API Link
To run this application, you need to have the following software installed:
- Node.js and npm (Node Package Manager) - Download here
- Clone the repository to your local machine:
git clone https://github.com/Asifdotexe/axios-mockapi-contactlist.git
- Navigate to the project directory:
cd contact-manager
- Install the project dependencies:
npm install axios
- Start the development server:
npm start
- Open your web browser and visit http://localhost:3000 to access the Contact Manager