/clockify

Clockify Clone

Primary LanguageTypeScript

Clockify

Clockify is a simple time tracking app that allows users to log time spent on different tasks and projects. This repository contains the source code for the Clockify web app.

Usage

You can use it to log time spent on various tasks and projects. Simply navigate to the "Projects" page to create a new project, and then add tasks to that project. You can then log time spent on those tasks by clicking on the "Play ICON" button next to each task.

Installation

To install Clockify, simply clone this repository to your local machine:

git clone https://github.com/Bonitoflakes/clockify.git

Then, navigate to the root directory of the project and install the necessary dependencies:

cd clockify
npm install

Finally, start the development server:

npm start