Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.49 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.49 KB

tinquiz

deployed on https://tinquiz.com

To run on localhost:3000

  • clone this repository
  • npm install
  • npm run start

DBPedia-based Images Quiz-generator (2020)

Quizzes based on country and specific theme (All, cinema, geography, celebrities, food, enterprises), fast answers with right-wrong image, gamification with badges.
This app was developed to practice React, redux architecture with redux-observable library. No server needed, quiz data are fetched from WikiData/DBPedia/IMDB web services.

Technology : React, Ionic, Redux architecture, redux-observable, RxJS, Firebase, DBpedia, ImDB

Link : https://tinquiz.com
Demo video

Redux Architecture

Data Structure

Use Redux Chrome plugin to explore State & Actions