Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshmankishore/randomnumber
A random number generator mobile app. Made with react native
https://github.com/lakshmankishore/randomnumber
javascript random-number-generator react-native
Last synced: about 1 month ago
JSON representation
A random number generator mobile app. Made with react native
- Host: GitHub
- URL: https://github.com/lakshmankishore/randomnumber
- Owner: LakshmanKishore
- Created: 2021-09-30T09:39:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T13:04:08.000Z (over 3 years ago)
- Last Synced: 2024-10-24T16:55:51.201Z (3 months ago)
- Topics: javascript, random-number-generator, react-native
- Language: Java
- Homepage:
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Number
This is a random number generator react-native app.
Takes 2 numbers(min and max) and gives a random number within a specified range,
when user clicks on the button.
## Built with* React-Native
## Lessons LearnedI learnt about react-native.
I learnt on generating a random number of the specified range.
I was able to set up development environment for building react-native application.## Demo
![](randomNumberGif.gif)
## Features- Create a random number with specified range.