Skip to content

iamchrissmith/headcount

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 214 commits ahead of turingschool-examples:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%