ignite-trivia icon indicating copy to clipboard operation
ignite-trivia copied to clipboard

A Trivia App based on https://opentdb.com/, built with Ignite Bowser with MobX State Tree and TypeScript

Creating a Trivia App with Ignite

Logo

Ignite Trivia App

This tutorial will lead you through the steps of creating the data model for a trivia app to illustrate how to use Ignite with real examples.

Check out Infinite Red's blog Red Shift for more : Part 1 ยท Part 2


About The Project



You can follow along the tutorial to build this trivia app using the hottest React Native Boilerplate Ignite


Prerequisites

You will need a react-native development environment set up on your computer.

Installation

๐Ÿ“– If you want to follow the tutorial then start with running the CLI :

npx ignite-cli new TriviaApp --install-deps --remove-demo

After that the rest is on the tutorial ๐Ÿ˜ƒ

๐Ÿ“ฑ If you want to see the finished app :

  1. Clone the repo
git clone [email protected]:robinheinze/ignite-trivia.git
  1. Install dependencies
yarn
  1. Run the app
yarn ios

or

yarn android

โ‰๏ธ If you run into problems, first search the issues in this repository. Otherwise you can report the bug.