Tracks is a task tracking app for small business entities. It's useful for tracking employees weekly goals and activities.
Tracks is a comprehensive employee goals and tasks tracker app designed to streamline the management of projects, tasks, and client services in a business environment. The app offers an intuitive interface for both employees and managers to keep track of weekly goals and tasks efficiently.
-
Employee Goals Tracking: Employees can set and update their weekly goals, providing transparency and accountability in their work.
-
Task Management: Efficiently manage tasks by assigning them to employees, setting due dates, and tracking their progress.
-
Project Tracking: Keep track of the projects staff members are working on, enabling managers to monitor the project's status and allocate resources effectively.
-
Client Service Records: Tracks provide a system for logging client interactions and services provided, facilitating better customer relationship management.
-
Weekly Timesheet: Employees can log their working hours, allowing managers to assess productivity and facilitate payroll processing.
-
Goal Sheet Reports: Generate goal sheet reports to analyze employee performance and progress over time.
-
Task Progress Reports: Obtain insights into task completion rates and identify potential bottlenecks.
-
Project Overview: Get a bird's-eye view of all ongoing projects, their statuses, and assigned team members.
Follow these steps to install and set up Tracks:
- Clone the repository:
git clone https://github.com/Zic20/tracks-app.git
cd tracks-app
Tracks provides various reports to help managers gain insights into employee performance and project progress:
- Weekly Timesheet: Review weekly working hours of employee.
- Goal Sheet: Analyze employees' weekly goals and their progress.
- Task Progress Report: Evaluate task completion rates and identify potential bottlenecks.
Tracks is built using the following technologies and programming languages:
-
Next.js: A popular React framework for building server-rendered and statically generated web applications.
-
Tailwind CSS: A utility-first CSS framework that enables rapid UI development with pre-defined classes.
-
Shadcn Components: A UI component library that can be customized.
Tracks relies on an external API to handle the backend functionalities. The API serves as the data source for employee information, project details, tasks, and other relevant data. It is responsible for handling authentication, data storage, and CRUD operations.