~/projects/tascii
Tascii
An ASCII-based to-do list app — my first real C# project, planned out as I learn the language.
- C#
- .NET
The idea
A terminal-style to-do list app, all rendered in ASCII. The visual identity matches the rest of my work (this portfolio, my dev setup) — gruvbox colors, monospace fonts, sharp pixel-style edges. Adding a task should feel like running a real tascii add "buy milk" command, not clicking a button.
Status
In planning while I work through The C# Player’s Guide. Once I have variables, control flow, classes, and file I/O under my belt, I’ll start building.
Why this project
- Forces me to put what I’m learning into something I’ll actually use, not just exercises.
- A natural home for the ASCII aesthetic I’m into.
- It’ll teach me the full loop — code, persist data, ship a binary — which is exactly the muscle I want.
Full write-up coming once the first version ships.