Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kstubhieeee/staffzen
StaffZen: A task management system designed for admins and employees, enabling task creation, monitoring, and status updates with a streamlined login process.
https://github.com/kstubhieeee/staffzen
context-api employee-management ems localstorage reactjs
Last synced: about 1 month ago
JSON representation
StaffZen: A task management system designed for admins and employees, enabling task creation, monitoring, and status updates with a streamlined login process.
- Host: GitHub
- URL: https://github.com/kstubhieeee/staffzen
- Owner: kstubhieeee
- Created: 2024-11-23T21:55:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T18:02:32.000Z (about 2 months ago)
- Last Synced: 2024-12-19T19:19:00.318Z (about 2 months ago)
- Topics: context-api, employee-management, ems, localstorage, reactjs
- Language: JavaScript
- Homepage: https://staffzen.netlify.app
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StaffZen
An employee task management web application that supports role-based login (admin and employee) and provides features like task creation, updating, marking as completed/failed, and viewing task statistics.## User Login Credentials
Below are the default login credentials to access the application:
### Admin Login
- **Email:** [email protected]
- **Password:** 123### Employee Logins
1. **Employee 1:**
- **Email:** [email protected]
- **Password:** 1232. **Employee 2:**
- **Email:** [email protected]
- **Password:** 1233. **Employee 3:**
- **Email:** [email protected]
- **Password:** 123and so on....
## Installation
1. Clone the repository:
```bash
git clone https://github.com/kstubhieeee/StaffZen
```
2. Navigate to the project directory:
```bash
cd StaffZen
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```![Screenshot 2024-12-11 031949](https://github.com/user-attachments/assets/e5f972d2-a9ba-4656-9232-32d623179e57)
![Screenshot 2024-12-11 031913](https://github.com/user-attachments/assets/a3926a77-172c-4273-8200-2ee71bc0eefb)
![Screenshot 2024-12-11 031802](https://github.com/user-attachments/assets/5ceb08c0-bb2f-43ba-abea-414cad004111)
![Screenshot 2024-12-11 031656](https://github.com/user-attachments/assets/8315cf92-3cb0-42c5-b03c-c05e6430a82b)
![Screenshot 2024-12-11 031631](https://github.com/user-attachments/assets/4091046c-e10f-4674-be4c-00bec828babe)
![Screenshot 2024-12-11 031545](https://github.com/user-attachments/assets/0358e1cb-c469-47fd-bb58-95c5df12338e)