This project demonstrates a simple animation built using JavaScript for logic and SCSS for styling.
The animation simulates a continuously looping dance pad with multiple 3x3 grids. Each grid dynamically changes colors, ensuring no two adjacent squares display the same color at the same time.
- JavaScript: For animation logic and DOM manipulation.
- SCSS (Sass): For CSS preprocessing and styling.
This project uses JavaScript modules and requires a local web server.
-
Ensure you have Node.js and npm installed: https://nodejs.org/.
-
Install
http-serverglobally:npm install -g http-server -
Navigate to the project directory:
cd revd -
Start the server:
http-server
-
Open your browser:
Go to http://127.0.0.1:8080.
- Install Visual Studio Code.
- Install the Live Server extension.
- Open the project folder in VS Code.
- Start Live Server by clicking the "Go Live" button in the bottom right corner of the VS Code window.

