https://caballero-react-ex.github.io/euromillions/
A front-end ReactJS app that get a random number for the Euromillions lottery
Euromillions is a very simple ReactJS app that a random number for you to play the Euromillions lottery. It will return you 5 numbers from 01 to 50 and two "stars" numbers from 01 to 12.
This project was created by myself with the intention of learning at React. I wanted to create my own small project, get my hands dirty and not just follow an online tutorial.
- Learn the basics of React
- Get used to the React ecosystem
- Learn how to properly use React Classes.
Althought nowadays React Hooks are broadly use, React Classes are not deprecated and you will encounter in not so old code. Thats why it is important to learn how they work.
The goal of this project was not to develop a great UI/UX design, just to focus on coding. But as a designer myself, I needed at least a minimun viable UX to pleased my eyes while coding. It is a really minimal design I made by myself.
- React (create-react-app)
- SASS
This project requires node and npm installed globally.
Clone the repository to a directory of your choosing
$ git clone https://github.com/caballero-react-ex/euromillions.git
Navigate into chillquote directory and install the necessary packages
$ npm install
To start up the app locally
$ npm start