Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/swapnilkulkarni0/employee-task-management-system
- Owner: SWAPNILKULKARNI0
- Created: 2024-11-19T20:59:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T21:16:37.000Z (3 months ago)
- Last Synced: 2024-12-18T14:18:56.758Z (about 2 months ago)
- Topics: context-api, javascript, localstorage, react, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://employee-task-management-system-inky.vercel.app/
- Size: 7.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 LocallyClone 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)
## ContributingFeel free to fork the repository, create a new branch, and submit a pull request for review.