This is the source code for the web app at https://wikitrivia.piyushsonar.in.
The repository for the scraper can be found here.
npm install
npm run dev
Then visit http://localhost:3000/ to preview the website.
To build a static version of the website to the out
folder, run:
npm run build
Then run said build with:
npm start
The data is all sourced from wikidata.
There are some cards that unfortunately don't quite make sense or have bad data. These need to be removed from the game and, ideally, to have their underlying wikidata entry fixed.
Please report any bad cards here: https://github.com/ipiyushsonar/wikitrivia/discussions/2.