/User-Management-Application

A CRUD application made in react.js which involves fetching , creating , updating , Deleting user data .

Primary LanguageJavaScript

React + Vite

USER MANAGEMENT SYSTEM (CRUD) application in react

vite-react-google-chrome-2023-08-22-16-33-29_SvbYNIGL.mp4

👩‍💻 Technology used

About

Watching the video above and/or accessing the project online will help you understand the explanation!

This Project is a crud application made in react.js which fetches data of some users from the api in the table where you can delete any data by making DELETE request to the api , you can edit the existing data by making PUT request to the api or you can add new datas by making POST request to the api .