Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ozakione/30daysjs
- Owner: OzakIOne
- Created: 2021-03-12T21:30:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T13:14:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T20:43:17.356Z (2 months ago)
- Language: HTML
- Size: 13.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)