In a world where we consume a lot of energy it is important to know where it comes from.
Our web app takes address search and returns the power consumption breakdown of what kind of energy source your power comes from.
Live Webpage: https://syndicategit.github.io/CheckYourSource/
- React
- Chart.js for displaying pi chart representation of data
- Geocodify api for geocoding address search into longitude latitude
- Electricity Map api for fetching energy source data based on longitude latitude query.
- We cannot hide API keys on static websites
- How to pull data from a form and query it from an API
- A bit of React
- Color schemes and fonts are important
- Geocoding with an api to fetch longitude latitude based on searching incomplete addresses
- Displaying data as a pi chart using Chart.js React
- Using HTML tables