Trackify is a web application designed to streamline task management and enhance productivity in the workplace. It provides a user-friendly interface for employers to keep track of their employees' daily work activities and empowers employees to log their tasks efficiently.
Web Link: https://trackify.duckdns.org
Admin Credentials | Employee Credentials |
---|---|
Email: testadmin@gmail.com | Email: testemployee@gmail.com |
Password- 123@testadmin | Password- 123@Testemployee |
Login | |
---|---|
Admin | Employee |
---|---|
-
User Authentication:
-
Admin Login: Admins can access the system using their unique username and password to manage employee data and tasks.
-
Employee Login: Employees can log in with their credentials to add and view their tasks.
-
-
Employee Management:
- Admin Dashboard: The admin has the ability to add employees, deactivate accounts, and view a list of all employees.
- Employee Profile Update: Employees can update their profile information and password, except for the email ID.
-
Task Management:
- Add Tasks: Employees can log tasks for each day, including task description, type (break, meeting, or work), start time, and duration.
- Date Filtering: Users can filter and view tasks and associated graphical information for specific dates.
-
Graphical Information:
- Pie Charts: Two pie charts display task distribution for the current day and the previous day, categorized by break, meeting, and work.
- Stacked Bar Chart: A stacked bar chart provides a weekly overview, showing the distribution of not working (including breaks), working (work tasks), and meetings.
- Install Docker and Docker Compose.
- Create a MongoDB Atlas account and set up a cluster.
- Clone the repository:
git clone https://github.com/rishavchanda/Trackify.git
- Navigate to client folder:
cd client
- Build the docker image for the client in dev mode:
docker build -f Dockerfile.dev -t trackify-react-image .
- Set up and configure the environment variables, create a
.env
file in the client folder and add the following environment variables:
REACT_APP_API_URL = http://localhost:8800/api
- Navigate to server folder:
cd server
- Build the docker image for the server in dev mode:
docker build -f Dockerfile.dev -t trackify-server-image .
- Set up the database and configure the environment variables by following the instructions in the next steps.
- Create a MongoDB Atlas account and set up a cluster.
- Create a
.env
file in the server folder and add the following environment variables:
MONGO_URL = <MongoDB connection string>
- Navigate to the root folder:
cd ..
- Run the docker-compose file:
docker-compose -f docker-compose.yml -f docker-compose-dev.yml up --build
- Open the application in your browser at
http://localhost:3000
- Server will be running at
http://localhost:8800
- To stop the application, press
Ctrl + C
in the terminal.
- Front-End: ReactJS, HTML, CSS, JavaScript
- Back-End: Node.js, Express.js
- Database: MongoDB
We welcome contributions from the community to enhance Trackify. Feel free to submit bug reports, feature requests, or pull requests through the GitHub repository.
This project is licensed under the MIT License.
For any questions or inquiries, please reach out to the development team at [rishavchanda0@gmail.com]
Enjoy using Trackify and stay productive!