Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hbence97/smalljavascriptprojects
Fun little JavaScript projects
https://github.com/hbence97/smalljavascriptprojects
bootstrap css firebase-realtime-database html javascript jquery projects small-projects
Last synced: 10 days ago
JSON representation
Fun little JavaScript projects
- Host: GitHub
- URL: https://github.com/hbence97/smalljavascriptprojects
- Owner: hbence97
- Created: 2020-02-29T18:57:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T09:55:28.000Z (3 months ago)
- Last Synced: 2024-08-14T11:26:29.554Z (3 months ago)
- Topics: bootstrap, css, firebase-realtime-database, html, javascript, jquery, projects, small-projects
- Language: JavaScript
- Homepage:
- Size: 3.56 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript projects that can be done in an hour or less.
1. [Drum Kit](https://hbence97.github.io/SmallJavascriptProjects/DrumKit/)
2. [JavaScript Clock](https://hbence97.github.io/SmallJavascriptProjects/JavaScriptClock/)
3. [Updating CSS variables with JavaScript](https://hbence97.github.io/SmallJavascriptProjects/ScopedCSSVariables&JS/)
4. [Array methods exercise](https://hbence97.github.io/SmallJavascriptProjects/ArrayMethodsExercise/)
5. [Flex panels image gallery](https://hbence97.github.io/SmallJavascriptProjects/ImageGallery/)
6. [Todo list](https://hbence97.github.io/SmallJavascriptProjects/TodoList/)
7. [Weather forecast](https://hbence97.github.io/SmallJavascriptProjects/WeatherForecast/)
8. [Frontend practice w/ '404 page'](https://hbence97.github.io/SmallJavascriptProjects/FrontendPracticeWithSidebar&DropdownMenu/)
9. [Counter](https://hbence97.github.io/SmallJavascriptProjects/Counter/)
10. [Frontend practice 2](https://hbence97.github.io/SmallJavascriptProjects/FrontendPractice2/)
11. [Real-time Chatroom](https://hbence97.github.io/SmallJavascriptProjects/Chatroom/)
12. [Snake](https://hbence97.github.io/SmallJavascriptProjects/Snake/)
13. [Flappy Bird](https://hbence97.github.io/SmallJavascriptProjects/FlappyBird/)
14. [Rock Paper Scissors](https://hbence97.github.io/SmallJavascriptProjects/RockPaperScissors/)
15. [Tip calculator](https://hbence97.github.io/SmallJavascriptProjects/TipCalculator/)
16. [Is it a profitable call](https://hbence97.github.io/SmallJavascriptProjects/IsItAProfitableCall/)
17. [EV Calculator](https://hbence97.github.io/SmallJavascriptProjects/EVCalculator/)
18. [Coin Toss](https://hbence97.github.io/SmallJavascriptProjects/CoinTossGame/)
19. [Speed Typing Game](https://hbence97.github.io/SmallJavascriptProjects/SpeedTypingGame/)
20. [Tetris](https://hbence97.github.io/SmallJavascriptProjects/Tetris/)
21. [Rotating Vim Cube](https://hbence97.github.io/SmallJavascriptProjects/RotatingVimCube/)
(*I used several resources making these projects.*)