Skip to content

MarzookaAcademic/HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Neon Pulse — Interactive HTML5 Button

Neon Pulse is a small HTML5 project showcasing a pulsing neon button with an animated particle background using the <canvas> element and vanilla JavaScript.

Files

  • index.html — main page (HTML)
  • styles.css — styling (CSS)
  • script.js — particle engine and interactivity (JavaScript)
  • preview.svg — small preview/screenshot for repository

Features

  • Accessible interactive neon button (keyboard + pointer)
  • Particle background using Canvas (no libraries)
  • Responsive layout (works on mobile/desktop)
  • Easy to customize colors, size and behavior

How to run locally

  1. Clone or download the repository.
  2. Open index.html in any modern browser (Chrome, Firefox, Edge, Safari).
  3. For local development with live reload you can use a simple static server (optional):
    • Python 3: python -m http.server 8000 then visit http://localhost:8000
    • VSCode: use Live Server extension.

Customization

  • Change neon colors in CSS or dynamically in script.js palette array.
  • Adjust particle counts or sizes in script.js (spawn() parameters).

License

MIT — feel free to reuse and adapt.

Enjoy! ✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors