Anggasayogo / ignite-trivia

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 IgniteTrivia

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 install
  1. Run the app
npx react-native run-ios

or

npx react-native run-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


Languages

Language:TypeScript 80.5%Language:Java 5.6%Language:Objective-C 3.9%Language:Shell 2.7%Language:EJS 2.6%Language:JavaScript 2.6%Language:Starlark 1.4%Language:Ruby 0.7%