Skip to content

This React application facilitates user management through CRUD operations with a mock API. It allows viewing, editing, adding, and removing users.

Notifications You must be signed in to change notification settings

manoj-101-dev/Fetching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management React App

This React application facilitates user management through CRUD operations with a mock API. It allows viewing, editing, adding, and removing users.

Introduction

The application is built using React and employs hooks like useState and useEffect for state management. It interacts with a mock API provided by jsonplaceholder.typicode.com to perform CRUD operations on user data.

Features

  • Display a list of users with their details (name, email, phone).
  • Edit existing user details.
  • Add new users to the system.
  • Remove users from the list.

Getting Started

Installation

  1. Navigate to the project directory:

    cd your-project-directory
    
    

To Run the Apllication

In the command prompt or powershell use the coomand

npm run dev

To view the live site of the app click the beolw link.

About

This React application facilitates user management through CRUD operations with a mock API. It allows viewing, editing, adding, and removing users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published