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.
Below are the default login credentials to access the application:
- Email: admin@example.com
- Password: 123
-
Employee 1:
- Email: e@e.com
- Password: 123
-
Employee 2:
- Email: employee2@example.com
- Password: 123
-
Employee 3:
- Email: employee3@example.com
- Password: 123
and so on....
- Clone the repository:
git clone https://github.com/kstubhieeee/StaffZen
- Navigate to the project directory:
cd StaffZen
- Install dependencies:
npm install
- Start the development server:
npm run dev