An open API service indexing awesome lists of open source software.

https://github.com/dineshkumar14498/curd-operation

Axios Curd-Operation Create in React. Interact with a mock API using Axios to fetch, add, edit, and delete user records.
https://github.com/dineshkumar14498/curd-operation

axios-react bootstrap css html javascript reactjs

Last synced: 2 months ago
JSON representation

Axios Curd-Operation Create in React. Interact with a mock API using Axios to fetch, add, edit, and delete user records.

Awesome Lists containing this project

README

          

## User Data Management APP

Welcome to the User Management App! This React application allows for CRUD operations with user data, interacting with a mock API using Axios. The app features a clean and responsive design, making it easy to use and navigate.

## Features

-**This repository contains a responsive web application built with React.js**
-**Display Users: The homepage will display all users fetched from the mock API.**
-**Add Users: Click the "Add User" button, fill in the user details, and submit the form to add a new user.**
-**Edit Users: Click the "Edit" button next to a user record, update the user details, and submit the form to save changes.**
-**Delete Users: Click the "Delete" button next to a user record to remove the user from the list.**

## Technologies Used

-**React**
-**Axios**
-**JavaScript**
-**HTML**
-**CSS**
-**Bootstrap**