/co2pop

Old code example.

Primary LanguageJavaScript

co2pop

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.

Setup and Running

To test the application, you must have Docker and Docker-compose installed.

  1. download co2pop from GitHub
  2. cd co2pop
  3. run 'docker-compose up --build' in project root
  4. when the application is installed and DB populated, you can test it on http://localhost:8080

Screenshots

Line-chart (Landing)
Landing
Bar-chart
Bar-chart
Pie-chart
Pie-chart
Mobile
Mobile Mobile

License

Copyright (c) 2020 Elar Saks https://github.com/elarsaks

The MIT License (http://www.opensource.org/licenses/mit-license.php)