This Dashboard is an annex to the UN80 Initiative Action Plan. It presents the detailed work packages across the three UN80 Initiative workstreams in a single reference. This Dashboard also lists designated leads for each work package, along with their individual action items (derived from paragraphs in the SG's reports on the UN80 Initiative).
- Node.js (v18 or higher)
- npm
npm installRun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
- Next.js 16 - App Router
- Tailwind CSS v4.1 - Styling
- shadcn/ui - UI Components
- TypeScript - Type safety
/src/app- Next.js app router pages and layouts/src/components- React components/src/components/ui- shadcn/ui components/src/hooks- Custom React hooks/src/lib- Utility functions and data processing/src/types- TypeScript type definitions/public/data- Static data files/python- Data preparation scripts