## Description Add tests for the main components and functionality using Vitest. ## Done when - [x] Add at least one snapshot test - [x] Test component props and user interaction - [x] Test state-related behavior - [x] Mock API calls so tests do not fetch real data - [x] All tests pass