Skip to content

Contact Manager App | Demonstrating CRUD operation using Axios with the help of MockAPI | React Project

Notifications You must be signed in to change notification settings

Asifdotexe/axios-mockapi-contactlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Contact Manager

A simple contact manager application built using React and Axios for CRUD operations.

Table of Contents

Introduction

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.

Features

  • 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

Getting Started

Prerequisites

To run this application, you need to have the following software installed:

Installation

  1. Clone the repository to your local machine:
   git clone https://github.com/Asifdotexe/axios-mockapi-contactlist.git
  1. Navigate to the project directory:
  cd contact-manager
  1. Install the project dependencies:
  npm install axios

Usage

  1. Start the development server:
  npm start
  1. Open your web browser and visit http://localhost:3000 to access the Contact Manager

Author

Asif Sayyed