This project serves as an example of my skills as a developer. It is a full-stack JavaScript application, displaying world population and emissions data. I built it in 2019, using React, Redux, Node, and PostgreSQL.
In 2020, I re-factored some code and containerized the application into Docker microservices.
To test the application, you must have Docker and Docker-compose installed.
- download co2pop from GitHub
- cd co2pop
- run 'docker-compose up --build' in project root
- when the application is installed and DB populated, you can test it on http://localhost:8080
Line-chart (Landing) | |
Bar-chart | |
Pie-chart | |
Mobile | |
Copyright (c) 2020 Elar Saks https://github.com/elarsaks
The MIT License (http://www.opensource.org/licenses/mit-license.php)