User-Managemant-Dashboard

Overview

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 .

Technologies Used ( Frontend )

  • React
  • Tailwind css
  • axios ( fetching data )

Deployment

The application is deployed on netlify and can be accessed here.

How to Run

Installation

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

Features

  • Create new User
  • Get Existing Users
  • Edit User
  • Delete User

Endpoints

Get all users

GET {baseurl}/users 

Create new user

POST {baseurl}/users 

Edit user

PATCH {baseurl}/users/id

Delete user

DELETE {baseurl}/users/id

Credits

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.