Intergovernmental organisations map or IGO map for short, is an interactive application where you can select any of around 250 different international organisations which were data-scraped from World Fact Book using python into a JSON file, which now functions as a user-side database. Additional data about all of the countries were downloaded from a public source and can be found in another JSON file. In next versions of this app the information and most importantly the flag of each country will be stored server-side to prevent long loading times. Additional data about each organisation are fetched from wikipedia and loaded asynchronously.
Aplication uses React, Leaflet Tailwind and Typescript.
This project was bootstrapped with Create React App.