Giter Club home page Giter Club logo

glass-ceiling's Introduction

The Glass Ceiling

This website provides an analysis of the gender wage gap in Seattle by profession. It serves to provide factual data from the City of Seattle's API and answer whether the glass ceiling still exists and in which fields it is the most prevalent.

Gender Gap

Features

Path Description
Filtering
  • Filter by job titles where men or women make more.
  • Filter by pay difference gap (in dollars and percentage)
Sorting
  • Data is by default sorted alphabetically by job title
  • Data can also be sorted by any of the headers.
Pagination
  • 25 rows revealed per page by default.
  • Additional ability to view data by 5 - 100 rows at once.

Navigating Through The Table

Filtering

  • General Filtering - Type into input fields of desired column.
  • Filter by Job Titles - Click on drop down of desired column "Gender Makes More". Choose "Women" or "Men" and see the table sort between the value selected. "Show All" will return the table to its original view, displaying all rows.
  • Filter by Pay Difference Gap - In the input field of "Pay Difference Gap" by $ and by %, type value into input field and see only results greater than or equal to your desired value.

Sorting

  • Click on desired of the columns to sort in ascending or descending order.

Pagination

  • Go to bottom of the table and either type in the page number or select the number of desired rows you'd like to view per page through the dropdown. You can also navigate through the pages by clicking the next and previous buttons.

File Structure

Glass Ceiling
├── browser
│   ├── Footer.js
│   ├── Header.js
│   ├── index.css
│   ├── index.html
│   ├── index.js
│   ├── Tips.js
│   ├── Utils.js
│   └── WagesTable.js
├── package.json
├── package-lock.json
├── public
│   ├── bundle.js
│   ├── bundle.js.map
│   └── favicon.ico
├── README.md
├── server
│   ├── index.js
│   └── routes
│       ├── index.js
│       └── wages.js
└── webpack.config.js

Notes On Files:

Path Description
/browser Contains components rendered to the DOM
/browser/Utils.js Converts JSON data from the City of Seattle's API into a new consolidated list for use in the table
/browser/WagesTable.js Displays the wages table
/public Houses all static assets
/server/index.js Starting point of app
/server/routes/wages.js Server setup and routes sent to frontend and web API

Technologies

This app was built with the following:

glass-ceiling's People

Contributors

jenktam avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.