Created
April 27, 2012 20:12
-
-
Save gavinblair/2512556 to your computer and use it in GitHub Desktop.
Really simple programming project ideas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var ideas = [ | |
"Calculator", | |
"To-Do List", | |
"Address Book", | |
"Nickname Generator", | |
"Text-Based RPG", | |
"Password Generator", | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any more ideas for really tiny programming projects? Think, first semi-useful app after doing "Hello World" in a language you just learned.