Skip to content

Instantly share code, notes, and snippets.

@CheezItMan
Last active June 12, 2018 21:47
Show Gist options
  • Save CheezItMan/80f95adb31e2a1b71e3141a0c425c00d to your computer and use it in GitHub Desktop.
Save CheezItMan/80f95adb31e2a1b71e3141a0c425c00d to your computer and use it in GitHub Desktop.

Federal Consumer Protection Data Analysis

For this project you will build a research/reporting tool for data from the Federal Consumer Financial Protection Bureau.

Data Source

Your data source is the Federal Consumer Financial Protection Bureau.

Project Requirements

Your project is to build a dashboard app to allow researchers and consumers to investigate and compare the volume and types of complaints againt companies.

User Stories

As any user I can log in with a Google Account.

As a logged in user or guest user I can:

  • Search for a company name and receive:
    • A Pie Chart with the types or areas of complaints
    • A Number of complaints against them
  • Compare 2 or more companies and see:
    • Bar charts by year comparing the number of complaints from the companies
    • Side-by-side pie charts comparing company areas of complaints (mortgages, Consumer loans etc)
    • Complaints vs company market cap and stock valuation

Initial Student Responsibilities

You should initially researach the data sources and potential technologies to build a project plan with a Trello board organized into 1-week sprints

At your 1st project review you should have:

  • Determined the methods to retrieve the data
  • Determined technologies to use
  • Developed initial wireframes
  • Experimented with tutorials and lessons to prepare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment