Skip to content

iamchrissmith/headcount

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Headcount

Find the assignment here: https://github.com/turingschool/curriculum/blob/master/source/projects/headcount.markdown

This Mod1 final project requires students to create their own ORM with Ruby. Students are tasked to consume CSV's with data about the Colorado school districts, store it in an effecient way and produce terminal output that responds to certain queries.

This project goes one step further utilizing Ruby's ability to output HTML through ERB to generate a static website to display this data. When building the static site, Ruby uses nokogiri and httparty to search Wikipedia and scrape the information table for each district. This is accomplished without the use of Sinatra, Rails or PostGres. You can view the static site on GitHub Pages

About

Graphical dashboard of CO education statistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.0%
  • HTML 28.0%