Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/helcioitiyama/mega-sena-random
- Owner: helcioItiyama
- Created: 2020-06-26T14:38:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:53:44.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:05:38.014Z (over 1 year ago)
- Language: JavaScript
- Size: 4.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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.
## :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
```