Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.71 KB

File metadata and controls

52 lines (32 loc) · 1.71 KB

jQuery (sections 19–20)

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


What's learned

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

Course map

Section # Where
19 index.html + index.js — API playground
20 Simon Game/ — memory game capstone

Simon preview

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

Run locally

Open index.html or Simon Game/index.html in a browser. Turn volume up for Simon. No build tools.


Navigate this repo

← Previous: JavaScript (sections 14–18)
→ Next: Git & GitHub (section 27)