Weesher is beautiful starry night wishing website with animated fireworks, a glowing candle, and background music, built with React. You can customize the text by yourself to wish birthday, mother's day, father's day, valentine's day and many more.
- Consists of 220 twinkling stars on a dark background with periodic shooting star animations every 16 seconds
- Music plays when the user click or touch with the page
- Firework Animations to show the wish
- Go to "src\components\FireworkAnimation.jsx" and press Ctrl + F to search any of words "happy", "birthday", "to" to edit the wish.
- Install dependencies:
npm installStart the development server:
npm run devTo create a production build:
npm run buildbirthday/
├── public/
│ └── hbd.mp3
├── src/
│ ├── components/
│ │ ├── StarryNight.jsx
│ │ └── FireworkAnimation.jsx
│ ├── App.jsx
│ ├── App.css
│ ├── index.css
│ └── main.jsx
├── index.html
├── package.json
└── vite.config.js
- React 18.2.0
- Vite 7.3.1
- HTML5 Canvas API