tjdev7 / PopuliViz

Data visulizer app showcasing changing population trends in the U.S.A during the span of 50 years.

Home Page:https://tjdev7.github.io/PopuliViz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App logo

PopuliVisular:

Data science application showcasing population data inside the USA

Splash page

Current data being displayed:

  • Growth data in the span of 50 years
  • Fastest growing cities in the USA
  • Least populated towns in the USA

Data sources:

Growth data in percentage

Fastest growing cities in the USA

Smallest towns in the USA

How to use:

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

Project resources:

Testing tools used for app:

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

Future app goals:

  • Adding more sources for information
  • New option for more demographic information
  • New data points (births by gender, average salary, changing demographics, average income)
  • Adding more data components inside app
  • Add video/gif walkthrough of app use
  • Adding all information to a backend API instead of having all data inserted into inline JS code
  • Include CircleCI and Travis-CI inside project

About

Data visulizer app showcasing changing population trends in the U.S.A during the span of 50 years.

https://tjdev7.github.io/PopuliViz/

License:MIT License


Languages

Language:JavaScript 69.4%Language:HTML 17.4%Language:CSS 13.3%