Skip to content

Instantly share code, notes, and snippets.

@tomasbb0
tomasbb0 / job-tracker-collab.html
Created January 17, 2026 20:38
Job Tracker - Real-time Collaborative
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Job Tracker (Collaborative)</title>
<style>
* { box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
@tomasbb0
tomasbb0 / job-tracker.html
Last active January 17, 2026 20:25
Job Application Tracker - Tomás Batalha
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Job Tracker</title>
<style>
* { box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;