Skip to content

Building a real-time quiz application on React Native with AWS Amplify Gen 2 and Amazon Bedrock

License

Notifications You must be signed in to change notification settings

build-on-aws/building-quiz-game-with-aws-amplify-react-native

Folders and files

NameName
Last commit message
Last commit date
Nov 4, 2024
Nov 4, 2024
Nov 1, 2024
Nov 5, 2024
Nov 5, 2024
Nov 4, 2024
Nov 5, 2024
Nov 5, 2024
Nov 5, 2024
Nov 4, 2024
Nov 1, 2024
Mar 3, 2025
Mar 3, 2025
Nov 1, 2024

Building a Quiz Game with AWS Amplify Gen 2 and React Native

This repository contains the app that is created through the blog post over community.aws. For seeing a detailed explanation on how to build the app, check out the blog post.

Requirements

Before you move forward, be sure to have:

  • npm (Node Package Manager) installation
  • An AWS Account configured for local development
  • Expo CLI

Running the project

For running the project, first you need to install the npm libraries by running:

npm install

Next, you can run the new sandbox environment by running:

npx ampx sandbox

Next, if you are running on Android, be sure to add the Android SDK location to the android/local.properties file:

sdk.dir=/path/to/your/Android/sdk

Lastly, you can run the applications on both iOS and Android by running:

npx expo run:ios # for iOS
npx expo run:android #for Android

Cleaning up the resources

Be sure to clean up your resources once you are done with the testing. You can clean the resources by running:

npx ampx sandbox delete

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.