szymonszoldra / JavaScript30Challenge

My solutions for the JavaScript30daysChallenge by WesBos (see README)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Things I learned

  • Audio API in HTML
  • Changing CSS variables with JS
  • Different ways to sort arrays using sort() method
  • Working with interactive galleries
  • Making interactive search engine
  • Async actions (switched to async/await syntax in time)
  • Many array methods
  • Canvas painting
  • Methods in browser using console
  • Advanced checkbox handling
  • Making Custom Video Player and Video API in HTML
  • Key Sequence Detection
  • Working with localstorage (Browser API)
  • Sorting without articles
  • Using Webcam (Browser API)
  • Speech Detection (Browser API)
  • Geolocation (Browser API)
  • Speech Synthesis (Browser API)
  • Event Capture, Propagation, Bubbling and Once
  • And many many more

About

My solutions for the JavaScript30daysChallenge by WesBos (see README)


Languages

Language:HTML 49.1%Language:JavaScript 27.2%Language:CSS 23.7%