This is a lottery ball game that generates random numbers when you click the 'Generate' button.
I created React application as part of Colt Steele's "The Modern React Bootcamp", to improve on my skills.
- Download the code
- Install the required packages:
cd lottery
npm install lottery
- Start the application
npm start
JavaScript and CSS
Colt Steele