https://github.com/rmcampos/worked-hours-report
Daily worked hours tracker and montly report
https://github.com/rmcampos/worked-hours-report
Last synced: 3 months ago
JSON representation
Daily worked hours tracker and montly report
- Host: GitHub
- URL: https://github.com/rmcampos/worked-hours-report
- Owner: RMCampos
- License: gpl-3.0
- Created: 2025-01-08T20:59:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T13:28:20.000Z (3 months ago)
- Last Synced: 2025-03-04T14:28:16.571Z (3 months ago)
- Language: TypeScript
- Homepage: https://worked-hours-report.vercel.app
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Worked Hours
[](https://www.gnu.org/licenses/gpl-3.0)
## 📋 Table of Contents
- [📝 About the Project](#-about-the-project)
- [✨ Features](#-features)
- [🚀 Tech Stack](#-tech-stack)
- [📄 License](#-license)## 📝 About the Project
This is a very simple app to manage and track daily worked hours. All the data will be stored
on the browser (local storage).## ✨ Features
- Current features
- Track worked hours
- Track extra hours
- Click in the clock icon on the input to get the current time- Features to be added
- Select or input a past date to fix that day data
- Improve total worked card with better UI
- Replace Month and Year selection by a Year and Month date picker in one component
- Make start and stop time a single component
- Make the start and stop component smart (dynamically add or remove)
- Add auto-saving feature (currently user need to click calculate to save)
- Create a management card, allowing to export all saved data to CSV and JSON
- In the management card allow the user to clear all the data
- In the management card allow users to import from CSV perhaps?## 🚀 Tech Stack
- **Frontend:** React, Typescript, Vite, Bootstrap Components, Bootstrap Icons
- **Backend:** N/A
- **Database:** N/A
- **Other Technologies:** N/A## 📄 License
Distributed under GPLv3 License. See `LICENSE` for more information.
- https://react-bootstrap.github.io/docs/forms/select/