To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
To run tests:
npm run test:e2e
Open http://localhost:3000 with your browser to see the result.
The following features are available within the application
- Users are able to see all dashboards returned by the API endpoint when the app loads
- When clicking on the filter items, the dashboard is updated accordingly and the data persists across reloads, forward and back navigation flows
- Starred dashboards are persisted across reloads
The app is deployed to vercel at: https://dhis2-test-dashboard.vercel.app/