A Dashboard to support the visualisation of the work done by a team during a Scrum Sprint. It is based on the Notion APIs to collect all the historical cards info.
In this project i sperimented with the Notion APIs hosting my own server and React app with docker compose.
- The server is a base
Node/Express
server withquickchart-js
library to allow the feature of returning computed charts as images from one of the urls - The Dashboard has been built with
React
andVite
using the packegetremor
for a minimalistic and clean UI