Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 801 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 801 Bytes

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