Running Car Animation built using HTML, CSS and JavaScript.
Open index.html in your browser (or use a local dev server / Live Server extension) to view the animation.
- Smooth CSS-based car and wheel animations
- Scrolling background to simulate movement
- Lightweight: no external libraries required
- HTML
- CSS
- JavaScript
- index.html - Main HTML file
- style.css - All styles and animations
- script.js - Any JavaScript logic
- images/ - Car and wheel images
- Screenshot 2024-11-04 173027.png - Project screenshot
-
Clone the repository:
git clone https://github.com/BinaryVortex/Running-Car-Animation.git
-
Change into the project directory and open
index.htmlin your browser:cd Running-Car-Animation open index.html # or double-click the file in your file explorer
Or use a simple static server:
npx http-server .
Contributions are welcome — open an issue or submit a pull request with improvements.
This project does not include a license file. If you want to add one, consider adding an MIT or other open-source license.
Made with ❤️ by BinaryVortex
