Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Kennard McGill
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Kennard McGill
Full Stack JavaScript Techdegree Graduate 43,179 Points

Looking for some constructive feedback on my grid calculator script?

I built a CSS grid calculator using jQuery for fluid grid systems because I wanted a quick way to create fluid grids on the fly. I don't often use frameworks to build sites and I'm not a Sass pro yet - but I'm getting close :) . I understand Sass may even be a better option for this. But I did this anyway because I feel there're still others out there that don't use Sass for fluid grid systems. I'd love for feedback on it's usefulness and the jQuery code. The jQuery is really basic so if there is a way to make it better let me know.

Demo: http://kennard.github.io/gridcalculator/

Github: https://github.com/Kennard/gridcalculator

Tommy Gebru
Tommy Gebru
30,164 Points

Your site looks awesome, I am not sure how to use plugins or github yet, but I subscribed to the post, great work!

4 Answers

Kevin Korte
Kevin Korte
28,149 Points

Pretty cool man,

What I'd love to see next is the ability to choice what classes to use in the markup it generates. If I wanted my columns to be named kevins-amazing-column-3 then I can enter that in, and I get that back in the markup.

Keep up the good work!

I would never use that class in the wild

James Barnett
James Barnett
39,199 Points

Reminds me of https://grids.heroku.com/

Kennard McGill - You also might be interested in checking out Gridset and SimpleGrid for some inspiration of features