Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/
```