Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swapnilkulkarni0/employee-task-management-system

Employee Task Management System (React.js)
https://github.com/swapnilkulkarni0/employee-task-management-system

context-api javascript localstorage react reactjs tailwindcss

Last synced: about 19 hours ago
JSON representation

Employee Task Management System (React.js)

Awesome Lists containing this project

README

        

# Employee Management System

I have made a compact yet feature-rich employee management system where admins can create tasks, assign them to users, and monitor their status, including completed, pending, or failed. Users can view assigned tasks, accept or forward them, and update their progress by marking tasks as completed or failed, ensuring streamlined task tracking and accountability.

## 🛠 Skills
Javascript, React, Context Api, Tailwind css and Local Storage handling...
## Run Locally

Clone the project

```bash
https://github.com/malhotraarshdeepsingh/Employee-Management-System
```

Go to the project directory

```bash
cd Employee-Management-System
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```

## Features
- Admin and user roles with distinct privileges
- Task assignment, forwarding, and status updates
- Real-time task tracking and filtering (completed, pending, or failed)
## Contributing

Feel free to fork the repository, create a new branch, and submit a pull request for review.