A beautiful, romantic-themed web application built with React and Vite. This project is a special dedication to love, featuring interactive pages, animations, and a heartwarming UI/UX design.
- Responsive Design 📱💻
- Romantic Theme with soft gradients and cursive fonts ✨
- Interactive Valentine Proposal with playful "Yes" and "No" buttons ❤️
- Beautiful Image Gallery showcasing love memories 📸
- Animated Hover Effects on buttons and navigation 🎭
- Smooth Navigation with React Router 🚀
- Home – A warm welcome to the project
- Gallery – A collection of memorable images
- Happy – A special reaction page when the proposal is accepted
- Letter – A heartfelt message page
- Surprise – The main Valentine proposal page
- Default – A fallback page with general info
git clone https://github.com/your-username/your-repo.git
cd your-reponpm installnpm run devnpm run build- Install GitHub Pages package:
npm install gh-pages --save-dev
- Update
vite.config.jswith:export default defineConfig({ base: "/your-repo-name/", });
- Add deployment scripts to
package.json:"homepage": "https://yourusername.github.io/your-repo-name", "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d dist" }
- Deploy with:
npm run deploy
- Install Vercel CLI:
npm install -g vercel
- Run:
vercel
- Follow the prompts & deploy!
- Navbar & Buttons: Soft colors, hover effects, and animations
- Images: Adjusted sizes for responsiveness
- Typography: Romantic font choices for a warm feel
- Background: Gradient shades of pink and red 💕
Created with love by Rifat 🕊️🩶 . Inspired by romance and technology! 😊