Skip to content

robinheinze/ignite-trivia

Repository files navigation

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 git@github.com: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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published