An open API service indexing awesome lists of open source software.

https://github.com/t-88/domes

another todo app in my cv
https://github.com/t-88/domes

cpp engine hacktoberfest hacktoberfest2022 layout-engine

Last synced: 8 months ago
JSON representation

another todo app in my cv

Awesome Lists containing this project

README

          

# Do-me
making a todo app bc its what cool kids do this days and i want to be a cool kid.
trying to implement a simple layout engine and apply it on a todo app :).

**is unsafe for u RAM**

# How To Run
**u need to have sdl2 and sdl2_ttf to do the rendering of the app**
- u need to make a edit the path for the font and todos.db files to make them global
```
$ ./run.sh
```
# Whats Next:
the point of the is the layout engine, so for me its already done.
but for future me or anyone who is intersted, maybe add support for:
- edit todos
- timed todos, means the date/month of the todos
- github activity table to track done todos

# dev-imgs
## Block UI with text
![text in blocks](dev-imgs/first.png)
## Adding Container Logic + Scroll
![container](dev-imgs/column_container.gif)
## Text Input
![input](dev-imgs/Peek%202023-10-15%2022-45.gif)
## The Todo App
![app](dev-imgs/working_app.gif)

# Links
- [Let's build a browser engine!](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html)