Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonaxplanta/bouncingballs
A simple Bouncing Balls website using HTML canvas in JavaScript with purposes of learning.
https://github.com/jonaxplanta/bouncingballs
bouncing-balls canvas2d css3 html5 javascript school-project training website
Last synced: about 2 months ago
JSON representation
A simple Bouncing Balls website using HTML canvas in JavaScript with purposes of learning.
- Host: GitHub
- URL: https://github.com/jonaxplanta/bouncingballs
- Owner: JonaxPlanta
- License: mit
- Created: 2024-09-08T02:12:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T17:34:19.000Z (2 months ago)
- Last Synced: 2024-11-08T18:29:04.949Z (2 months ago)
- Topics: bouncing-balls, canvas2d, css3, html5, javascript, school-project, training, website
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Bouncing Balls WebSite
This is a bouncing balls website. It uses HTML, Javascript and Canvas API to generate a Website with bouncing balls animation.---
### Requires
###### Node.js
```
https://nodejs.org/en/download/package-manager/
```---
### How to run
1. Download **Index.html**, **Style.css** and **Script.js**2. Create a folder called **bouncing-balls**
3. Move **Index.html**, **Style.css** and **Script.js** files to **bouncing-balls** folder
4. Open the **bouncing-balls** folder
5. Click with the *Right Mouse Button* on **Index.html** file
6. Select the *Open with* option and select your *Browser*
7. Wait for the site to load completelly and test it
#### or acess it with the following URL:
```
https://jonaxplanta.github.io/BouncingBalls/
```
⠀