ignite-trivia
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
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 :
- Clone the repo
git clone [email protected]:robinheinze/ignite-trivia.git
- Install dependencies
yarn
- Run the app
yarn ios
or
yarn android