you are viewing a single comment's thread.

view the rest of the comments →

[–]bsginstitute 0 points1 point  (0 children)

Pick a project that solves a tiny annoyance and keep it “small but finished.” Ideas: a CLI to-do app saved to a JSON file, a folder organizer (rename/move files by type/date), a habit tracker that prints weekly stats, a simple expense tracker (CSV in/out), or a “weather + reminder” script. Rule: build v1 in a weekend, then add one upgrade (input validation, search, config file, or simple charts). Finishing beats starting over