Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/helcioitiyama/mega-sena-random

Program developed with ReactJS that randomly selects numbers for a brazilian lottery
https://github.com/helcioitiyama/mega-sena-random

Last synced: 10 days ago
JSON representation

Program developed with ReactJS that randomly selects numbers for a brazilian lottery

Awesome Lists containing this project

README

        

## :arrow_right: ABOUT THE PROJECT

Program developed with ReactJS that randomly selects numbers for a brazilian lottery. You just need to choose how many times you
would like the program to run and it will show the numbers it was picked up more frequently.


homepage

## :computer: TECHNOLOGIES USED FOR THIS PROJECT:

- [**react**](https://github.com/facebook/react)
- [**styled-components**](https://github.com/styled-components/styled-components)

## :information_source: HOW TO RUN THE APPLICATION

To clone and run this application, you'll need Git, Babel, WebPack.

You just need to run the following commands:

```bash
# Clone this repository
$ https://github.com/helcioItiyama/mega-sena-random.git

# Go into the repository
$ cd mega-sena-random

# Install dependencies
$ yarn

# Run page
$ yarn start
```