Implement and evolve the minimal festival website that shows edition count and views-per-day trends. Use when creating UI pages, data endpoints, chart interactions, and lightweight deployable frontend behavior for this project.
Build a minimal website where a user selects one festival and sees:
edition_count_estimatelatest_viewsavg_views_per_day_7dThe frontend should consume a prepared dataset/API with at least:
festival_keyfestival_nameobservation_dateviewsdaily_views_deltaavg_views_per_day_7dedition_count_estimateAvoid running expensive raw-data transforms in the UI layer.