Skip to content

Latest commit

 

History

History
98 lines (51 loc) · 2.48 KB

README.md

File metadata and controls

98 lines (51 loc) · 2.48 KB

UserDash : User Management

Introducing UserDash User Management : Easy Form Creation Made Simple.

This User Management System is a piece of cake! With our CRUD Operation , Pagination and also Search Functinality

Features

  • Create User: Enter the Details and also Validation are there for each and every fields

  • Read: by using Single Click to View the Specific User Record in to Appropriate way

  • Update: Update the User Information

  • Delete: Delete the User Information.

  • Pagination : Simple and Smooth Pagination are there .

  • Search : Based on User Name Search are there.

Run Locally

Clone the project

  git clone https://github.com/akshay0077/User-Management-FE.git
  git clone https://github.com/akshay0077/User-Management-BE.git

Go to the project directory

  cd User-Management-FE
  cd User-Management-BE

Install dependencies

  npm install

Start the server

  npm start

Demo

Video Link : https://drive.google.com/file/d/1qhafdPyK5bLNLeMNe5XS--RBw-LDoGsw/view

Screenshots

1. Home Screen: See All User Data in One Place

This screen displays the User Data in to Table Formate.

alt text

2. Create New User : Enter the Details and Register

alt text

3. Validation :

alt text

4. User Details in to Pagination View

alt text

5. Search The User Name and Get the Data

alt text

6. Action Screen : View,Edit and Delete Action in One Place

alt text

7. Specific User Details :

alt text

8. Update the User Details :

alt text

Authors