Check the live example here: https://pure-fjord-71507.herokuapp.com/
This example is built on using create-react-app, React Router v4 and components written using latest ES6 features.
The U.K National Lottery called Lotto will be played every Wednesday and Saturday. In order to play, you need to predict 6 numbers between 1 - 59. This program will generate 6 random numbers for you so that you can buy with no pain of predicting or thinking. Don't hurt your brain. Use the Lotto tab to see generated numbers exclusively for you. As a bonus, we thrown Euro million lottery predictor too!
- React
- React Router v4
- Express
- ES6
git clone https://github.com/scriptstar/lotto
cd lotto
npm install
cd client
npm install
cd ..
npm start
cd client
npm startFeel free to use this for your own purpose.
