jQuery exercises from Dr. Angela Yu’s The Complete Full-Stack Web Development Bootcamp. Section 19 is an API sandbox; Section 20 is the Simon game capstone.
Contents: What's learned · Course map · Simon preview · Run locally · Navigate this repo
| Area | Topics |
|---|---|
| jQuery setup | CDN include, $(document).ready, method chaining |
| DOM | Selectors, text/html/attr, addClass/removeClass |
| Events | click, keydown, mouseover, .on |
| Effects | toggle, slideUp/slideDown, animate |
| Game logic | Sequence arrays, input matching, leveling, setTimeout, audio feedback |
| Section # | Where |
|---|---|
| 19 | index.html + index.js — API playground |
| 20 | Simon Game/ — memory game capstone |
Open Simon Game/index.html: press any key to start, watch the color/tone pattern, click to repeat. Each level adds a step; a wrong tap ends the round.
Unmute the video to hear the game.
Simon_Demo.mov
Open index.html or Simon Game/index.html in a browser. Turn volume up for Simon. No build tools.
← Previous: JavaScript (sections 14–18)
→ Next: Git & GitHub (section 27)