Skip to content

Instantly share code, notes, and snippets.

@gavinblair
Created April 27, 2012 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gavinblair/2512556 to your computer and use it in GitHub Desktop.
Save gavinblair/2512556 to your computer and use it in GitHub Desktop.
Really simple programming project ideas
var ideas = [
"Calculator",
"To-Do List",
"Address Book",
"Nickname Generator",
"Text-Based RPG",
"Password Generator",
];
@gavinblair
Copy link
Author

Any more ideas for really tiny programming projects? Think, first semi-useful app after doing "Hello World" in a language you just learned.

@SeanJA
Copy link

SeanJA commented Apr 28, 2012

Anagram/Scrabble Solver?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment