/lotto

Generate random numbers for Lotto and Euro Million lottery

Primary LanguageJavaScript

Welcome to the Lotto lottery random number generator

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.

What is this?

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!

Demo:

Lotto random number generator app

Technologies used:

  • React
  • React Router v4
  • Express
  • ES6

Installation:

git clone https://github.com/scriptstar/lotto
cd lotto
npm install
cd client
npm install
cd ..
npm start
cd client
npm start

Feel free to use this for your own purpose.