Skip to content

shadrech/react-energy-generation-app

Repository files navigation

Energy Generation Display App

Simple React application that displays the current mix of energy generation in the UK (i.e. how much nuclear, wind, solar etc.)

Utilizes hooks, styled-components, jest for testing along with react-testing-library

alt app screenshot

Getting started

Was coded with node v13.0.1

npm install
npm start

App is running on http://localhost:8080

Run tests with

npm run test
npm run test:watch # run in --watch mode