✧
View Demo ✧
Report Bug ✧
Getting Started ✧ Installing ✧
Author ✧
Clockify is the most popular free time tracker and timesheet app for teams of all sizes. Unlike all the other time trackers, Clockify lets you have an unlimited number of users for free. Clockify is an online app that works in a browser, but you can also install it on your computer or phone for convenience.
- Homepage
- Features
- Time Tracker
- Project Management
- Calendar - Event & Schedule
- Upgrade
- Checkout
- Login / Signup
- Login/Signup User Account
- Create Your Own Projects & Tasks
- Track Your Time With Our Stopwatch
- Keep A Record Of Your Tasks
- Mark Events & Schedules On The Calendar(Only for Paid Users)
- Buy Our Subscription Plan
- Enjoy Unlimited Benifits
Check here to see the presentation video of this project
This project was built using React v 17.0.2, Redux v 4.1.1, Chakra UI, CSS, JavaScript, Rest API, Node JS, Express and MongoDB. It is a time & task management web application and for running on your local environment you should follow these guidelines.
- NPM
- Node JS
- MongoDB
The project repository can be found in GitHub link or just clone the project using this command.
Using HTTPS
# git clone https://github.com/J-Prajwal/clockifyClone-fixedThread
- Open terminal on your workspace with
cd /home/workspace/clockifyClone-fixedThread
Install NPM
Check that you have node and npm installed
To check if you have Node.js installed, run this command in your terminal:
node -v
To confirm that you have npm installed you can run this command in your terminal:
npm -v
To confirm that you have MongoDB installed you can run this command in your terminal:
mongo -v
To install all the dependences of the project, run the following command:
cd backend
npm install
cd ../
cd frontend
npm install
To run the application got to the client folder and run the following command:
npm start
To run this project, you will need to add the following environment variables to your .env file in server folder
PORT
MONGO_URL
SECRET
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
- Visual Studio Code - IDE
- create vite@latest - React Template
- MongoDB compass - DataBase Visualization
- Postman - API Testing
If you want to contact us, you can reach us through below handles.
© 2022 Team Fixed-Thread
Give a ⭐️ if you like this project!