This is a time tracking web application built with Ruby on Rails to help you manage your projects and tasks efficiently.
Features:
Create and manage projects. Track time spent on individual tasks within projects. Generate reports to visualize your time usage and identify areas for improvement. (Additional features can be listed here as you develop them)
Requirements:
- Ruby 3.0.0
- Rails 6.1.3.1
- sqlite3 (database)
Installation:
Clone the repository:
git clone https://github.com/Astr0surf3r/hourtask
Install dependencies:
bundle install
Set up the database (assuming Ubuntu 22.04):
rails db:create rails db:migrate
Start the Rails server:
rails s
Access the application in your web browser:
Usage:
- Create a new account or log in if you already have one.
- Create projects to organize your tasks.
- Start tracking time for specific tasks within your projects.
- Generate reports to view your time usage data and gain insights into your productivity.
Development:
Feel free to fork the repository and contribute your own features and improvements!
License:
MIT License