Hacker News new | ask | show | jobs
by vineet 5056 days ago
This site looks good. But I wondering if someone has a similar list of apps that are one steps larger than just algorithms - must have UI and be useful.
1 comments

It's certainly not comprehensive, but here's the shortlist of stuff I make to try out a new language, in order of increasing complexity:

-- Sudoku verifier

-- library generator (scan all of the music files on your drive and compile a list of artists)

-- dictionary app (using Wordnik API)

-- flexible calculator that can detect postfix v. prefix

-- Sudoku solver

-- Hidato solver (which is essentially King's tour, but cooler)

-- tumblr API wrapper (or really any OAuth service)

-- n-gram language classifier

Thanks for sharing. My list has much more CRUD apps with different UI challenges (like a single person todo list).