-
Brick is a great library for terminal applications. Iād say start with the examples or take a look at some tutorials that use it, then just go at it.
-
InfluxDB
InfluxDB ā Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
scrabble
An extended tutorial/book on Haskell development. A library for playing Scrabble is developed as well as two clients, one of which is networked and allows for remote one or two-player games over the web. (by jimburton)
I wrote this Scrabble tutorial for uni students at the same sort of stage as you. Maybe they're a tiny bit further on but you should find it pretty self-contained. It includes a CLI with a curses lib so you would learn how to do that.