PurpleBracket / savings-with-sanders

A minimal static website using Jekyll and Javascript to calculate taxes under Bernie Sanders' tax plan.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Savings with Sanders

A minimal static website using Jekyll generated static HTML and Javascript to calculate taxes under Bernie Sanders' tax plan.

A static example is running on this project's github.io page.

I chose Jekyll because I want this website to be easy for anyone and everyone to run on their devices while also allowing the flexibility of news posts. Ideally, I want the page to work independent of a server so one can save the HTML page and use the calculator offline.

Right now, the project is only a small foundation with no real algorithms.

I'm fully aware that some people may pay more taxes under Bernie's tax plan, but I couldn't resist the alliteration.

#How to run 1: Install Jekyll

~#: gem install jekyll

2: While in the project's root directory, run:

~$: jekyll serve

About

A minimal static website using Jekyll and Javascript to calculate taxes under Bernie Sanders' tax plan.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 63.2%Language:CSS 31.4%Language:Ruby 5.4%