A To-Do app that makes todos management feel natural.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A tool that helps you to manage yours todos more naturally, by visualizing them on a clock, instead of presenting them as a linear list of things.
- Visualization of todos on clock-graph
- Todo CRUD
- Responsive design works on desktop and mobile
- Persisted state using local storage
If you intend to contribute or build from source, these are the steps that you will need to walk through
- Go
- Wails-go
- Node.js ≥ 18
- pnpm
# Clone the repository
git clone https://github.com/thebeddev-code/todo-clock.git
cd todo-clock
# Install dependencies (choose your package manager)
pnpm install# Start the app
pnpm dev - Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m "Add feature") - Push to the branch (
git push origin feature/your-feature) - Open a Pull Request
This project is licensed under the GPL License. See LICENSE for details.
