Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.47 KB

README.md

File metadata and controls

57 lines (42 loc) · 2.47 KB

How to Load the App

This project was bootstrapped with Create React Native App and uses the Yarn package manager.

You can find directions for installing Yarn here: Yarn Installation

Once Yarn is installed, open up your command shell and navigate to the directory where you want to store the app and run

git clone
https://github.com/sarah-maris/quizzie
yarn install

Or, if you prefer, download the repo, unzip it, open your command shell, navigate into the project folder and run:

yarn install

Once the installation is finished you can start the project with:

yarn start

You can view the project through an emulator like Genymotion or directly through your android or iPhone by connecting the mobile phone to using the Expo app.

When the app has loaded a QRcode will appear in the shell window. Press a to open the app with the emulator or connected device -- or -- scan the QR code in the Expo app.

If you have difficulty connecting to the app you can use the Expo XDE to connect your device.

Platform

App was testing on an android device and an android emulator. It should work for iOs devices but that has not been tested.

Next Steps (future enhancements)

  • Remove list and questions
  • Edit list title and questions
  • Shuffle questions
  • Store score/which questions correct

Development Resources

Core resources:

Other helpful sources

This project is licensed under the terms of the MIT license.