- Learn some Svelte
- Try various data visualisation libraries
- Try some web-scrapping techniques
- A minimalistic app that allowed to learn most basic and some advanced concepts of Svelte.
- A nice interactive map visualising country ratings through color coding, built with echarts.
- Tried D3.js, but it looked ugly and DX wasn't good either.
- A set of web-scrappers to query static html pages.
Requires Node v20.
- copy
env.example
as.env
or.env.local
- put your
MONGODB_URI="mongodb+srv://<userName>:<password>@cluster0.h2kdfoe.mongodb.net/<dbName>
in there
pnpm i
pnpm run dev