-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
219 lines (205 loc) · 10.6 KB
/
Copy pathproject.html
File metadata and controls
219 lines (205 loc) · 10.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nithin Sai — Projects</title>
<link rel="icon" href="./images/N.png" type="image/png" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<link rel="stylesheet" href="./css/style3.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400..700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap"
rel="stylesheet">
</head>
<body data-bs-theme="dark">
<div class="container">
<section class="sticky-top">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/index.html"
class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
<img src="./images/N.png" alt="Nithin's Portfolio Logo" width="40" height="32" class="me-2">
<span class="fs-4">Nithin Sai</span>
</a>
<ul class="nav nav-pills">
<li class="nav-item"><a href="./index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="./about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="./project.html" class="nav-link active"
aria-current="page">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</header>
</section>
<section class="main">
<div class="page-intro">
<p class="page-eyebrow">Selected Work — 05</p>
<h1 class="page-title">Things I've<br /><span class="highlight">built</span>.</h1>
<p class="page-sub">A mix of what I'm shipping right now, and what got me here.</p>
</div>
<!-- 01 — Habit Tracker -->
<article class="project-row reveal">
<div class="project-visual">
<div class="visual-frame">
<img src="./images/habittracker-sample.png" alt="Habit tracker preview">
<span class="status-chip">In active development</span>
</div>
</div>
<div class="project-copy">
<span class="project-index">01</span>
<h2 class="project-title">Habit Tracker</h2>
<p class="project-desc">
A MERN habit tracker built around a <span class="highlight">full-year, GitHub-style
contribution grid</span> — click any day to log a note, watch streak logic update
in real time. Backend routes were specifically audited and patched against
<span class="highlight">IDOR vulnerabilities</span>, with dark/light theme support
throughout.
</p>
<div class="tag-row">
<span class="tag">React</span>
<span class="tag">MongoDB</span>
<span class="tag">JWT Auth</span>
<span class="tag">Node + Express</span>
</div>
<div class="link-row">
<span class="link-btn disabled">Live — coming soon</span>
<!-- TODO: swap href for your real repo URL -->
<a href="https://github.com/nithinsai-dev/habit-tracker" class="link-btn">GitHub ↗</a>
</div>
</div>
</article>
<!-- 02 — Market Pulse -->
<article class="project-row reverse reveal">
<div class="project-visual">
<div class="visual-frame">
<img src="./images/MarketPulse.png" alt="Market Pulse preview">
</div>
</div>
<div class="project-copy">
<span class="project-index">02</span>
<h2 class="project-title">Market Pulse</h2>
<p class="project-desc">
Live stock and crypto tracker pulling real-time prices from a financial API.
Green-for-gains, red-for-losses UI, with stock and crypto lookups handled through
the same search flow.
</p>
<div class="tag-row">
<span class="tag">Node.js</span>
<span class="tag">Express.js</span>
<span class="tag">EJS</span>
</div>
<div class="link-row">
<a href="https://market-pulse-4.onrender.com" class="link-btn">Live ↗</a>
<a href="https://github.com/nithinsai-dev/market-pulse" class="link-btn">GitHub ↗</a>
</div>
</div>
</article>
<!-- 03 — Blog App -->
<article class="project-row reveal">
<div class="project-visual">
<div class="visual-frame">
<img src="./images/blog-sample.png" alt="Blog App preview">
</div>
</div>
<div class="project-copy">
<span class="project-index">03</span>
<h2 class="project-title">Blog App</h2>
<p class="project-desc">
Full-stack CRUD blog — create, edit, and delete posts against a real database,
not local state. Built to nail the core data operations before adding any UI
polish on top.
</p>
<div class="tag-row">
<span class="tag">Node.js</span>
<span class="tag">Express.js</span>
<span class="tag">EJS</span>
</div>
<div class="link-row">
<a href="https://blog-app-oirh.onrender.com/" class="link-btn">Live ↗</a>
<a href="https://github.com/nithinsai-dev/blog-app" class="link-btn">GitHub ↗</a>
</div>
</div>
</article>
<!-- 04 — Personal Portfolio -->
<article class="project-row reverse reveal">
<div class="project-visual">
<div class="visual-frame">
<img src="./images/portfolio-sample.png" alt="Portfolio preview">
</div>
</div>
<div class="project-copy">
<span class="project-index">04</span>
<h2 class="project-title">This Portfolio</h2>
<p class="project-desc">
The site you're on. Hand-built with HTML, CSS, and Bootstrap 5 — no template —
with a shared component system across every page and animations tuned to not
get in the way.
</p>
<div class="tag-row">
<span class="tag">HTML & CSS</span>
<span class="tag">Bootstrap 5</span>
</div>
<div class="link-row">
<a href="https://nithinsai-dev.github.io/portfolio/" class="link-btn">Live ↗</a>
<a href="https://github.com/nithinsai-dev/portfolio" class="link-btn">GitHub ↗</a>
</div>
</div>
</article>
<!-- 05 — Calculator -->
<article class="project-row reveal">
<div class="project-visual">
<div class="visual-frame">
<img src="./images/Calculator.png" alt="Calculator preview">
</div>
</div>
<div class="project-copy">
<span class="project-index">05</span>
<h2 class="project-title">Calculator</h2>
<p class="project-desc">
A vanilla JS calculator — no frameworks, no libraries. Built early on to get
comfortable with DOM manipulation and event handling from scratch.
</p>
<div class="tag-row">
<span class="tag">HTML</span>
<span class="tag">CSS</span>
<span class="tag">Vanilla JS</span>
</div>
<div class="link-row">
<a href="https://nithinsai-dev.github.io/web-dev/Minprojects/Calculator/" class="link-btn">Live
↗</a>
<a href="https://github.com/nithinsai-dev/web-dev/tree/main/Minprojects/Calculator"
class="link-btn">GitHub ↗</a>
</div>
</div>
</article>
</section>
<section class="bottom">
<hr />
<footer>
<p class="text-center mt-5 mb-3">© 2026 Nithin Sai. All rights reserved.</p>
</footer>
</section>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"
integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI"
crossorigin="anonymous"></script>
<script>
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches && 'IntersectionObserver' in window) {
const rows = document.querySelectorAll('.reveal');
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('in-view');
observer.unobserve(entry.target);
}
});
}, { threshold: 0.15 });
rows.forEach(row => {
row.classList.add('reveal-armed');
observer.observe(row);
});
}
</script>
</body>
</html>