@@ -4,12 +4,10 @@ Inspired by Jennifer Dewalt's [180 websites in 180 days](http://jenniferdewalt.c
44
55## The Rules
66
7- 1 . I will do 100 small Javascript projects.
8- 2 . Projects may take multiple days to complete .
9- 3 . I will not get distracted by trying to visually design my projects. The goal is to learn Javascript .
7+ 1 . I will do 100 small JavaScript projects.
8+ 2 . There's no time limit on how long an individual exercise can take .
9+ 3 . Perfect is the enemy of good. I will not be afraid of making mistakes .
10104 . I will ask for help when I need it.
11- 5 . I will try to use "vanilla JavaScript" whenever possible.
12- 5 . I will not feel bad for using jQuery, CoffeeScript, or any other JS-related language/framework when I feel like it.
1311
1412## The Projects
1513
@@ -33,12 +31,18 @@ You can also view this list [on the web](http://jessica-eldredge.com/100-days-of
3331 - [ website] ( http://jessica-eldredge.com/secret-santa-js/ ) | [ Github] ( https://github.com/jessabean/secret-santa-js )
34329 . ** Whack-a-Penguin** - A game inspired by [ Coder Projects' Pop-up Penguin] ( https://googlecreativelab.github.io/coder-projects/projects/pop_up_penguins/ )
3533 - [ website] ( http://jessica-eldredge.com/whack-a-penguin ) | [ Github] ( https://github.com/jessabean/whack-a-penguin )
34+ 10 . ** Pomodoro Timer** - A JS implementation of a timer for the Pomodoro Technique.
35+ - [ Github] ( https://github.com/jessabean/pomodoro-timer )
36+
37+ ## More 100 Projects
38+
39+ - [ dotsara] ( https://github.com/dotsara/100-projects )
40+ - [ elyseholladay] ( https://github.com/elyseholladay/100-javascript-projects )
3641
3742## Backlog of project ideas and improvements and things to learn
3843
3944- [ ] A Slackbot
4045- [ ] [ Tic tac toe] ( http://www.theodinproject.com/javascript-and-jquery/tic-tac-toe )
41- - [ ] [ Advent of code] ( http://adventofcode.com/ )
4246- [ ] Dropdowns
4347- [ ] Build a game
4448- [ ] Photo gallery
@@ -50,6 +54,14 @@ You can also view this list [on the web](http://jessica-eldredge.com/100-days-of
5054- [ ] Something with React
5155- [ ] Form submission and AJAX response
5256- [ ] Form validation
53- - [ ] [ This list] ( http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/ )
5457- [ ] [ JS clock] ( http://exercism.io/exercises/javascript/clock )
5558- [ ] song-a-day bot for the daily happy dance
59+
60+ ## Resources
61+
62+ - [ Women Who Code DC: JS Study Guide] ( https://github.com/womenwhocodedc/front-end-community/blob/master/study-guides/javascript_study_guide.md )
63+ - [ mega project ideas list] ( http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/ )
64+ - [ Advent of code] ( http://adventofcode.com/ )
65+ - [ Coder Projects] ( https://googlecreativelab.github.io/coder-projects/ )
66+ - [ Reddit: Daily Programmer Challenges] ( https://www.reddit.com/r/dailyprogrammer/wiki/challenges )
67+ - [ Mega Project List] ( https://github.com/karan/Projects )
0 commit comments