Free countdown app which helps you measure focus time.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Project idea came from not so popular apps to countdown time. I was searching the solution for myself to use it on mobile, desktop and tablet. I haven't found such a good product so I make an own little app to help me with measuring my focus time.
Now the app is public available and anyone can use it with or without an account.
If you just want to test the app how it looks after the log in but you don't want to register - below is a test user account you can use:
Login: user@domain.com
Password: password
- Python
- Flask (Flask, Flask-Mail, flask-marshmallow, Flask-Migrate, Flask-RESTful, Flask-SQLAlchemy, Flask-WTF)
- pytest for unit and functional tests
- Docker and Docker-Compose
The live demo was deployed on Google Cloud Platform using App Engine and Cloud SQL.
To get a local copy up and running follow these simple steps.
Before installation make sure that you have installed Docker.
-
Clone the repo
git clone https://github.com/tomaszkyc/timely.git cd timely docker-compose up
-
Go to address
http://localhost:5001
and you will see a main page.
You can deploy the app locally on some server and use it internally in your home network.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
For contact details please check my Github profile
Project Link: https://github.com/tomaszkyc/timely