This project is created with TypeScript, Next.js (App Router), and Tailwind CSS.
It is a simple interactive game where the user must find the golden egg. The golden egg is randomly selected on each page load.
https://easter-project.vercel.app/
The main logic for the project is located in:
- Random golden egg on each reload
- Click interaction
- Try counter
- Win popup with result
- TypeScript
- Next.js
- Tailwind CSS