vlang / ui

A cross-platform UI library written in V
MIT License
2.32k stars 154 forks source link

added a todos example inspired by users.v #515

Closed jlmodell closed 8 months ago

jlmodell commented 1 year ago

I was hoping to make a contribution to the examples. I had a goal of building a todo app with a limitation of presenting 5 (Roman numeral 'V') todos and the code is heavily inspired by the users.v example.

rcqls commented 1 year ago

Thanks for your contribution! However there is no deletion in your example. Also there is already bin/vui_todo.v example.