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.
- Host: GitHub
- URL: https://github.com/dineshkumar14498/curd-operation
- Owner: Dineshkumar14498
- Created: 2024-08-02T13:30:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T13:34:24.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T20:41:17.251Z (over 1 year ago)
- Topics: axios-react, bootstrap, css, html, javascript, reactjs
- Language: JavaScript
- Homepage: https://usermanagementdk.netlify.app/
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**