A romantic and cute way to ask your special someone to be your Valentine! This web application features a memory card game in a heart shape, where matching all pairs reveals a special Valentine's proposal with cute animations and effects.
You can see the live demo of the project here
- Memory card game in a heart shape
- Cute animations and effects
- Special Valentine's proposal
- Easy to use
- Customisable
- Built with Next.js and Tailwind CSS
git clone https://github.com/mayankWHO/Valentines.git
cd valentines
npm install
npm run dev
Open http://localhost:3000 in your browser
- Navigate to
public/game-photosdirectory. - Replace the existing placeholder images (1.avif, 2.avif, etc.) with your own images.
- Make sure the images are in the same format (
.avif) as the original images. - Make sure you use the same naming convention (1.avif, 2.avif, etc.) for the images.
- Edit proposal messages in
src/components/ValentinesProposal.tsx - Edit title in
src/app/page.tsx - Edit game instructions in
src/components/TextFooter.tsx
- This project uses Tailwind CSS for styling.
- You can change the colors and fonts in respected component files.
- Main colour schemas can be found in
tailwind.config.ts
- This project is deployed on Vercel
- You can deploy it on Vercel by connecting your GitHub repository to Vercel.
- This project is is inspired by love and the idea of it 💕
- Built with Next.js and Tailwind CSS.
