https://github.com/alice-sebego/animated-particles
Create an interface containing animated particles with JS
https://github.com/alice-sebego/animated-particles
animation-js canvas javascript javascript-es6 sass vanilla-js
Last synced: 3 months ago
JSON representation
Create an interface containing animated particles with JS
- Host: GitHub
- URL: https://github.com/alice-sebego/animated-particles
- Owner: alice-sebego
- Created: 2021-06-15T21:40:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T22:40:32.000Z (about 5 years ago)
- Last Synced: 2025-06-13T08:06:47.844Z (about 1 year ago)
- Topics: animation-js, canvas, javascript, javascript-es6, sass, vanilla-js
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Animated particles
Create an interface containing animated particles with JS
## What is this ?
It's a mini-project in order to learn about canvas which is handled with vanilla JS ES6.
## Languages and Tools used :
* HTML5, SASS, JavaScript
* Webpack 5 & Babel
## Dependencies
Install all dependencies and debDependencies : `npm install`
Build js files : `npm run build`
Watch changes on Js files : `npm run watch`
Lauch app on local sever : `npm run start`