Generate 6 random numbers or the size that you want. When you generate a game, this game will appear in history page. It's possible to add this same number to your favorite game list.
It's possible make your game by yourself and save this to your favorite game list. Every game that you make will appear in the history list.
You can favorite games that you genarate or make, see these games in a list and remove them.
All games that were generated or made.
- Import a txt file and save these games in favorite list;
- Export the favorite list to txt;
- Clear favorite list;
- Clear history lsit.
You can verify how many games you have won by setting the minimum number of numbers that the app must filter.
- React Native Elements: Cross-platform UI library that provides pre-styled, customizable components to speed up app development in React Native.;
- Prettier: Code formatter that enforces consistent style for readability and simplicity;
- ESLint: Linting tool that identifies and fixes potential errors and code quality issues;
- Standard-version: Versioning tool that automates semantic versioning and changelog generation;
- Commitlint: Tool that enforces standardized commit messages for better readability and changelog consistency;
- Husky: Git hooks manager that enhances code quality by enabling pre-commit and pre-push checks.
This project uses husky para automate commits to still in pattern and pushes, so before to add something in this project, please run this command:
npm run prepareTo know more about how to create a good commit message, read this documentation.
npm install
npm startSet up your android environment, then:
npm run androidSet up your iOS environment, then:
cd ios
pod install
npm run ios









