Skip to content

Shaileshjadav2732/Employee_Management_ReactApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System in React

🔗 Link https://shaileshjadav2732.github.io/Employee_Management_ReactApp/

Table of Contents

Introduction

The Employee Management System is a web application built using React for efficient management of employee data. This system provides a user-friendly interface for adding, updating, and deleting employee information.

Features

  • Add Employee: Add new employees with details like name, position, and contact information.
  • View Employee List: Display a list of all employees with their details.
  • Update Employee: Edit and update the information of existing employees.
  • Delete Employee: Remove employees from the system.

Installation

  1. Clone the repository:

    git clone https://github.com/Shaileshjadav2732/Employee_Management_ReactApp.git
    cd Employee_Management_ReactApp
  2. Install dependencies:

    npm install

Usage

  1. Start the application:
    npm start
  2. Open your browser and go to http://localhost:3000

Technologies Used

  • React
  • React Router
  • State management (e.g., useState, useReducer)
  • TailwindCSS