Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ozakione/30daysjs

30 Day Vanilla JS Coding Challenge
https://github.com/ozakione/30daysjs

Last synced: 22 days ago
JSON representation

30 Day Vanilla JS Coding Challenge

Awesome Lists containing this project

README

        

# Javascript 30

[JavaScript 30 website](https://javascript30.com/)

[Github Repo](https://github.com/wesbos/JavaScript30)

[Youtube video playlist](https://www.youtube.com/watch?v=VuN8qwZoego&list=PLu8EoSxDXHP6CGK4YVJhL_VWetA865GOH)

Some things are depreciated / already included in css

- Day 19 [MDN Using object url for media streams](https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL#using_object_urls_for_media_streams) & [StackOverflow](https://stackoverflow.com/a/33759534) where you should attach `MediaStream` object directly to the srcObject of HTMLMediaElement [MDN srcObject](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/srcObject)
- Day 24 `position: sticky`

I also added some things in some days like [Day20: Background color modification](./day20/index.js)