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

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

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`