A simple web application for drawing random numbers with a beautiful UI.
- Draw random numbers from a specified range
- Keep track of drawn numbers
- Clear history functionality
- Responsive design
- Beautiful animations
# Install dependencies
npm install
# Start development server
npm run serve
# Build for production
npm run build