Skip to content

Darkeye27/Employee-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System

A React.js and TailwindCSS-based Employee Management System with LocalStorage for data storage. The system includes Admin and Employee roles, where admins can assign tasks, and employees can update their task status and provide feedback.

🚀 Features

  • Role-Based Access: Admins can manage tasks, while employees can view and update them.
  • Task Assignment: Admins can assign tasks to employees.
  • Task Status Update: Employees can mark tasks as Completed or Not Completed.
  • Feedback System: Employees can provide feedback on assigned tasks.
  • LocalStorage Support: Persistent storage without a backend.

🛠️ Tech Stack

  • Frontend: React.js, TailwindCSS
  • Storage: LocalStorage

📦 Installation & Setup

  1. Clone the repository:
    git clone https://github.com/Darkeye27/Employee-Management-System.git  
    cd Employee-Management-System
    
  2. Install dependencies:
npm install
  1. Run the project:
npm start
  1. Open http://localhost:3000/ in your browser.

📌 Future Enhancements

  • Add authentication for secure login.

  • Implement a backend with a database for better data management.

  • Improve UI/UX with animations and additional features.

📄 License

This project is open-source and free to use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors