A simple game where you have to place a mark on the map where you think is one of the capital cities of the world.
A frontend only project; it makes only one call to a public API (thanks REST Countries!) on the initial load and that's it.
It's SPA, there is no navigation so no router needed.
npm install
npm run dev
npm run build
npm run test:unit
npm run lint
npm run format
You can try the game in this url: Vercel WIP