Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satoshi-sh/time-tracking-application
Task and time management app with Taipy
https://github.com/satoshi-sh/time-tracking-application
Last synced: 4 days ago
JSON representation
Task and time management app with Taipy
- Host: GitHub
- URL: https://github.com/satoshi-sh/time-tracking-application
- Owner: Satoshi-Sh
- License: mit
- Created: 2024-01-06T14:17:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T17:33:36.000Z (11 months ago)
- Last Synced: 2024-11-15T15:45:39.889Z (2 months ago)
- Language: Python
- Size: 1.65 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Time Tracking Application
![Application Demo](./time-tracking-demo.gif)
## Demo
[Demo Video Link](https://www.youtube.com/watch?v=WoisN8UZmvw)
## DescriptionTask and time management app with Taipy and Kintone.
## Setting up Kintone as a Backend
1. Make a developer account
2. Create an application with username, time, task, date, status, time_amount
3. Generate API access token.
4. Add your credentials to the .env file according to the env.sample file.## How to run the application locally
1. Set up your venv for this project
2. Run Command `pip install -r requirements.txt
`
3. Run `python3 src/main.py` or `python src/main.py`, `taipy run src/main.py` for debug-mode
4. A window should have launched at 127.0.0.1:5001## Background
This application was created for [MLH's Month Long Hackaton](https://mlh-s-month-long-hackathon.devpost.com/) January 2024 by Rad, David, and Satoshi.
We won the prize of "Best use of Kintone" with this project!!
[Project Post](https://devpost.com/software/time-tracking-application)