Skip to content

Instantly share code, notes, and snippets.

View jacobbf's full-sized avatar
🚛

Jake Brussel Faria jacobbf

🚛
View GitHub Profile
@jacobbf
jacobbf / estimatedtaxes.js
Last active April 17, 2022 21:56
2022 estimated tax calculator for individuals filing in New York City. Looking for another government body? Put together the JSON and drop a link in a comment.
const gov = {
federal: [
{
threshold: 0,
rate: .10,
},
{
threshold: 9950,
rate: .12,
},
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Lipsum</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
#content {