Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sujon-ahmed/js-30-days
This is a JavaScript practice with JavaScript30 by Wes Bos without any frameworks, no compilers, no boilerplate, and no libraries.
https://github.com/sujon-ahmed/js-30-days
css3 es6 html5 javascript
Last synced: about 5 hours ago
JSON representation
This is a JavaScript practice with JavaScript30 by Wes Bos without any frameworks, no compilers, no boilerplate, and no libraries.
- Host: GitHub
- URL: https://github.com/sujon-ahmed/js-30-days
- Owner: Sujon-Ahmed
- Created: 2022-09-13T05:10:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T14:39:01.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T01:31:43.189Z (over 1 year ago)
- Topics: css3, es6, html5, javascript
- Language: HTML
- Homepage: https://sujon-ahmed.github.io/JS30/
- Size: 15.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS30
> This is a JavaScript practice with [JavaScript30](https://javascript30.com/) by [Wes Bos](https://github.com/wesbos) without any frameworks, no compilers, no boilerplate, and no libraries.
view demos [here](https://sujon-ahmed.github.io/JS30/)
1. [JS Drum Kit](https://github.com/Sujon-Ahmed/JS30/blob/main/01-JSDrumKit/README.md)
2. [JS + CSS Clock](https://github.com/Sujon-Ahmed/JS30/blob/main/02-JS+CSSClock/README.md)
3. [CSS Variables and JS](https://github.com/Sujon-Ahmed/JS30/blob/main/03-CSS%20Variables%20and%20JS/README.md)
4. [Array Cardio Day 1](https://github.com/sujon-ahmed/JS30/blob/main/04-Array%20cardio%20day%201/README.md)
5. [Flex Panels Image Gallery](https://github.com/sujon-ahmed/JS30/blob/main/05-flex%20panels%20image%20gallery/README.md)
6. [Ajax Type Ahead](https://github.com/sujon-ahmed/JS30/blob/main/06-Ajax%20Type%20Ahead/README.md)
7. [Array Cardio Day 2](https://github.com/sujon-ahmed/JS30/blob/main/07-Array%20cardio%20day%202/README.md)
8. [Fun with HTML5 Canvas](https://github.com/sujon-ahmed/JS30/blob/main/08-Fun%20with%20HTML5%20Canvas/README.md)
9. [14 Must Know Dev Tools Tricks](https://github.com/sujon-ahmed/JS30/blob/main/09-Dev%20Tools%20Domination/README.md)
10. [Hold Shift to Check Multiple Checkboxes](https://github.com/sujon-ahmed/JS30/blob/main/10-Hold%20Shift%20and%20Check%20Checkboxes/README.md)
11. [Custom Video Player](https://github.com/sujon-ahmed/JS30/blob/main/11-Custom%20Video%20Player/README.md)
12. [Key Sequence Detection (KONAMI CODE)](https://github.com/sujon-ahmed/JS30/blob/main/12-Key%20Sequence%20Detection/README.md)
13. [Slide In on Scroll](https://github.com/sujon-ahmed/JS30/blob/main/13-Slide%20in%20on%20Scroll/README.md#checking-images)
14. [Object and Arrays - Reference VS Copy](https://github.com/sujon-ahmed/JS30/blob/main/14-JavaScript%20References%20VS%20Copying/README.md)