A modern, interactive web application featuring beautiful canvas-based glowing effects and animations. This project implements an elegant cursor-following animation that creates colorful, flowing trails as you move your cursor across the screen.
Visit the live demo at https://github.com/abhishekabysm/glowing-effect
Clone the repository:
git clone https://github.com/abhishekabysm/glowing-effect.git
cd glowing-effect
Install dependencies:
npm install
# or
yarn install
# or
pnpm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
The project uses HTML5 Canvas and JavaScript to create beautiful, flowing animations that follow cursor movements. The key implementation is in the components/ui/canvas.tsx
file, which manages the interactive animation effects.
You can customize various aspects of the animation by modifying the parameters in the canvas.tsx file:
https://github.com/abhishekabysm/glowing-effect
This project is open source and available under the MIT License.