Skip to content

kashyapprajapat/RoolTheDice

Repository files navigation

RollTheDice 🎲

Roll the Dice is app where user clik on the roll button and get dice with number.it is built using ReactNative.

Download

Click Below Link to get APP From App Store

📲📱Amazon APP Store

live appall

Click the button below to download the APK for Android.

Download APK

Amazon App Store

Application submitted -- Step1

submitted

Application Under Review -- Step2

underreview

Test & Validation Pass --Step3

testpass

Live At Amazon App Store --Step4

live appall


Demo Images

Below are some screenshots of the RollTheDice app:

App Icon

App Icon

First Screen

First Screen

After click on RollTheDice Button Screen

Currency Convert

Steps for Developers

If you are a developer and want to fork this repository, follow the steps below:

  1. Fork the Repository: Click on the 'Fork' button at the top right corner of this repository to create a copy in your GitHub account.

  2. Clone the Repository: Clone the forked repository to your local machine using the following command:

    git clone https://github.com/your-username/RollTheDice.git

    Replace your-username with your GitHub username.

  3. Navigate to the Project Directory:

    cd RollTheDice
  4. Install Dependencies:

    npm install
  5. Set Up the Android Environment: Make sure you have Android Studio and the Android SDK installed. Set up the necessary environment variables:

    export ANDROID_HOME=/path/to/your/android/sdk
    export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
  6. Run the App: To run the app on an Android emulator or connected device:

    npx react-native run-android
  7. Generate a Release APK: To generate a release APK, navigate to the android directory and run:

    cd android
    ./gradlew assembleRelease

    The APK will be generated at android/app/build/outputs/apk/release/app-release.apk.

Feel free to customize this README.md as per your project's requirements.

About

A Roll the dice is React native app. where user roll the dice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published