Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Learned

I 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.