A work in progress frontend for the Official Carbon Intensity API for Great Britain
Hosted at howgreenisyourclean.uk.
I am in the middle of building this as a portfolio project while on the Northcoders JavaScript full-stack course.
- The runtime environment is browser based
- Uses the React framework
A built version is available at howgreenisyourclean.uk. However, if you wish to build it yourself:
-
Clone the repo from [github.com/stevelw/howgreenisyourclean.uk](https://github.com/stevelw/howgreenisyourclean.uk]
git clone https://github.com/stevelw/howgreenisyourclean.uk
-
Install the development dependencies
npm install -d
-
Build using Vite
npm run build
Alternatively, a CodeKit build configuration is included.