UI for the emissions data from the European Space Agency’s Sentinel-5P earth observation satellite built with Next.js, React, and TypeScript.
- TypeScript
- React 18
- Next.js
- Chart.js
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Or just take a look at the deployed application here - Emissions UI
To learn more about the Emissions API behind the application, take a look at Emissions API