This repository contains the code for User Management Dashboard using React for an assignment given by Tacnique.Basically User management Dashboard app is manage users details where we can create , edit as well delete the user details. using this app we can perform crud operations .
- React
- Tailwind css
- axios ( fetching data )
baseurl :- https://jsonplaceholder.typicode.com
The application is deployed on netlify and can be accessed here.
Clone the repository: git clone https://github.com/JahirPendhari09/User-Managemant-Dashboard.git
Navigate to the project directory: cd user_dashboard
Install the dependencies: npm install
Start the development server: npm run start
Open your browser and visit: http://localhost:3000
- Create new User
- Get Existing Users
- Edit User
- Delete User
GET {baseurl}/users
POST {baseurl}/users
PATCH {baseurl}/users/id
DELETE {baseurl}/users/id
This project was developed by Jahir Pendhari
as a part of Masai School
training program.
Feel free to explore and integrate these endpoints into your application.