A simple and interactive Lottery App built using React and Vite. It randomly generates ticket numbers and checks if you win based on the ticket sum!
- React
- Vite
- CSS Modules
- Random ticket number generation
- Winner checking logic
- Clean and modular components
Clone the repo and install dependencies:
cd lottery-app
npm install
npm run dev