Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 753 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 753 Bytes

Getting Started

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

Learn More

  • 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

Deploy on Vercel

The app is deployed to vercel at: https://dhis2-test-dashboard.vercel.app/