elisabethirgens / vanilla-js

My refactored versions of exercises from beginnerjavascript.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanilla JS 🍦

These are my refactored exercises from Wes Bos’ Beginner JavaScript course, and I am totally calling this repo vanilla instead of beginner because that makes me feel better. Overview of all modules in the course!

Linting

npx eslint .

Formatting

npx prettier --check .

  • Ex33: Sketch β€” draw with arrow keys on 🌈
  • Ex34: Modal β€” I made flash cards to practice Chinese numerals πŸ‡¨πŸ‡³
  • Ex35: Scroll β€” activate 🧁 with Events and Intersection Observer
  • Ex36: Tabs β€” more event listener and array methods to create tab panels πŸ‹
  • Ex55: Face detector β€” works when running a server, and in Chrome with the experimental features flag turned on to enable using The Shape Detection API 😎
  • Ex56: Text generator β€” gather methods to look them up on the object πŸ‡³πŸ‡΄
  • Ex57: Shopping list β€” custom events, delegation and local storage πŸ“
  • Ex58: Gallery β€” with a reusable script for separate galleries 🎭
  • Ex59: Slider β€” with a closure to enable multiple sliders on same page πŸͺ

About

My refactored versions of exercises from beginnerjavascript.com


Languages

Language:JavaScript 45.5%Language:HTML 43.3%Language:CSS 11.3%