tjdev7 / GDPglobal

Data visualizer app showcasing global financial data around each nation on earth

Home Page:https://toughee.github.io/GDPglobal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDPglobal App logo

GDPglobal

SPA data visualizer created in React. Shows financial data for over 200 nations around the world. Have the financial information for almost every country on planet earth with a few swipes and clicks on your screen. App currently does not work for Internet Explorer Browser.

Current data it provides:

  • Exports per year in thousands of $US dollars
  • GDP per year in thousands of $US dollars
  • Imports per year in thousands of $US dollars

Sources for data:

How to use

  1. Clone repo into desired directory https://github.com/Toughee/GDPglobal.git or gh repo clone Toughee/GDPglobal
  2. Run npm install to install all app node modules and dependencies
  3. Run yarn start to run app on http://localhost:3000/

Testing tools used for app:

  • React Testing library
  • Jest
  • Cypress
  • TravisCI
  • CircleCI

Project resources:

Future data which I would include:

  • Current Human Development Index per country
  • Capital city for each country
  • Trade growth percentage
  • Include CircleCI and Travis-CI inside project
  • Improve current tests inside app

Future app updates and goals:

  • Improve nation selection

About

Data visualizer app showcasing global financial data around each nation on earth

https://toughee.github.io/GDPglobal/

License:Mozilla Public License 2.0


Languages

Language:JavaScript 59.6%Language:HTML 28.5%Language:CSS 11.9%