Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 785 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 785 Bytes

Horus

Horus is an application that can be used to keep track of the time you spend on your projects every day. It serves as a measure of your daily productivity.

The primary purpose of building this application is to overcome the paywall presented by similar applications, along with presenting a slick UI/UX experience.

Features

  • Add Projects
  • Add daily log entry of work done on project
  • View insights on time spent
  • Filter logs by date and project

Project Structure

This repository contains both the client and server side of the aplication. Both the client and server have to be initialized independantly.

Setup

Within the root directory, run

docker-compose up -d --build

to build the application.

Access the application at http://localhost:3006