Skip to content

A frontend Employee Management System built with React.js, Tailwind CSS, and LocalStorage. Allows users to add, edit, delete, and view employee records with a clean and responsive UI — no backend required.

Notifications You must be signed in to change notification settings

Restymohit/Employee-Managment-System

Repository files navigation

Employee Task Dashboard

A fully functional Task Management System built with React.js that allows efficient task delegation and monitoring for both Admins and Employees.


🚀 Features

  • 👥 Role-Based Dashboard (Admin & Employee)
  • ✅ Add, Accept, Complete, and Fail Tasks
  • 💾 Persistent Data with localStorage
  • 📱 Fully Responsive UI using Tailwind CSS

🛠️ Tech Stack

  • ⚛️ React.js
  • 🎨 Tailwind CSS
  • 📜 JavaScript (ES6+)
  • 💾 localStorage API

📂 Project Structure

employee-task-dashboard/ ├── public/ ├── src/ │ ├── components/ │ ├── pages/ │ ├── App.jsx │ └── main.jsx ├── index.html ├── package.json ├── tailwind.config.js └── README.md

🧑‍💻 How to Run Locally

Follow these steps to set up the project on your local machine:

# 1. Clone the repository
git clone https://github.com/your-username/employee-task-dashboard.git

# 2. Navigate to the project directory
cd employee-task-dashboard

# 3. Install dependencies
npm install

# 4. Start the development server
npm run dev
Then open: http://localhost:5173/ in your browser.

🌐 Live Demo
🔗 https://employee-system-mohit.netlify.app/

📌 Notes
This project uses localStorage for storing tasks, so it works even after refreshing the page.

No backend or database required.

Make sure to use the same browser/device to see persisted data.

🧾 License
This project is licensed under the MIT License.

💼 Author
Mohit Sharma

GitHub: https://github.com/Restymohit

LinkedIn: https://www.linkedin.com/in/mohit-sharma-75435b232/

About

A frontend Employee Management System built with React.js, Tailwind CSS, and LocalStorage. Allows users to add, edit, delete, and view employee records with a clean and responsive UI — no backend required.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published