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: 4 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T18:02:32.000Z (over 1 year ago)
- Last Synced: 2025-05-07T09:07:05.602Z (about 1 year ago)
- Topics: context-api, employee-management, ems, localstorage, reactjs
- Language: JavaScript
- Homepage: https://staffzen.netlify.app
- Size: 113 KB
- Stars: 3
- 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:** admin@example.com
- **Password:** 123
### Employee Logins
1. **Employee 1:**
- **Email:** e@e.com
- **Password:** 123
2. **Employee 2:**
- **Email:** employee2@example.com
- **Password:** 123
3. **Employee 3:**
- **Email:** employee3@example.com
- **Password:** 123
and 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
```





