-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
918 lines (842 loc) · 51.1 KB
/
index.html
File metadata and controls
918 lines (842 loc) · 51.1 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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ExWise | Expense Tracker - Expense Wisely</title>
<!-- SEO Management -->
<meta name="description"
content="ExWise is a mobile-first, privacy-focused expense tracker app built with Angular and Tailwind. Track daily expenses, set budgets, and analyze spending habits locally without a server.">
<meta name="keywords"
content="expense tracker, finance app, budget planner, personal finance, angular app, mobile-first, localstorage, privacy focused, exwise, offline finance, pwa">
<meta name="author" content="devnamdev">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://exwise.vercel.app/">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://exwise.vercel.app/">
<meta property="og:title" content="ExWise - Private Mobile Expense Tracker">
<meta property="og:description"
content="Stop playing hide and seek with your money. ExWise is a secure, offline-first expense tracker that keeps your financial data private on your device.">
<meta property="og:image" content="https://exwise.vercel.app/images/share.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://exwise.vercel.app/">
<meta property="twitter:title" content="ExWise - Private Mobile Expense Tracker">
<meta property="twitter:description"
content="Stop playing hide and seek with your money. ExWise is a secure, offline-first expense tracker that keeps your financial data private.">
<meta property="twitter:image" content="https://exwise.vercel.app/images/share.png">
<!-- PWA / Mobile -->
<meta name="theme-color" content="#050507">
<link rel="apple-touch-icon" href="https://exwise.vercel.app/icons/icon-512x512.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Favicon -->
<link rel="icon" type="image/png" href="https://exwise.vercel.app/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
}
.glass {
background: rgba(255, 255, 255, 0.02);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.08);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hero-gradient {
background: radial-gradient(circle at 50% 20%, rgba(99, 102, 241, 0.05) 0%, rgba(0, 0, 0, 0) 60%);
}
/* --- Animations --- */
/* Floating Phone */
.floating {
animation: floating 4s ease-in-out infinite;
}
@keyframes floating {
0%,
100% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-15px) rotate(1deg);
}
}
/* Entrance Animations */
.fade-in-up {
opacity: 0;
animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.delay-100 {
animation-delay: 0.1s;
}
.delay-200 {
animation-delay: 0.2s;
}
.delay-300 {
animation-delay: 0.3s;
}
.delay-500 {
animation-delay: 0.5s;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(40px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
/* Navbar Slide Down */
.slide-down {
animation: slideDown 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes slideDown {
from {
transform: translateY(-100%);
}
to {
transform: translateY(0);
}
}
/* Background Blobs */
.animate-blob {
animation: blob 10s infinite alternate;
}
.animation-delay-2000 {
animation-delay: 2s;
}
.animation-delay-4000 {
animation-delay: 4s;
}
@keyframes blob {
0% {
transform: translate(0px, 0px) scale(1);
}
33% {
transform: translate(30px, -50px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
100% {
transform: translate(0px, 0px) scale(1);
}
}
/* Shimmer Text */
.text-shimmer {
background-size: 200% auto;
animation: shimmer 5s linear infinite;
}
@keyframes shimmer {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
/* Scroll Reveal (On Scroll) */
.reveal {
opacity: 0;
transform: translateY(40px) scale(0.95);
transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.active {
opacity: 1;
transform: translateY(0) scale(1);
}
/* Card Hover Effects */
.hover-card:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 20px 40px -15px rgba(99, 102, 241, 0.2);
border-color: rgba(99, 102, 241, 0.3);
}
/* Custom scrollbar */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #050507;
}
::-webkit-scrollbar-thumb {
background: #3f3f46;
border-radius: 4px;
border: 2px solid #050507;
}
::-webkit-scrollbar-thumb:hover {
background: #6366f1;
}
.app-screenshot {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.phone-frame:hover .app-screenshot {
transform: scale(1.1);
}
</style>
</head>
<body
class="bg-[#050507] text-slate-300 antialiased overflow-x-hidden selection:bg-indigo-500/30 selection:text-indigo-200">
<!-- Navbar -->
<nav class="fixed top-0 w-full z-50 glass border-b border-white/5 py-4 slide-down">
<div class="max-w-7xl mx-auto px-6 flex justify-between items-center">
<div class="flex items-center gap-3">
<img src="https://exwise.vercel.app/icons/icon-512x512.png" alt="ExWise Logo"
class="w-8 h-8 rounded-lg shadow-lg hover:rotate-12 transition-transform duration-300">
<span class="text-xl font-bold tracking-tighter text-white">EXWISE</span>
</div>
<div class="hidden md:flex gap-8 text-sm font-medium text-slate-400">
<a href="#features" class="hover:text-white transition-colors relative group">
Features
<span
class="absolute -bottom-1 left-0 w-0 h-0.5 bg-indigo-500 transition-all group-hover:w-full"></span>
</a>
<a href="#interface" class="hover:text-white transition-colors relative group">
Interface
<span
class="absolute -bottom-1 left-0 w-0 h-0.5 bg-indigo-500 transition-all group-hover:w-full"></span>
</a>
<a href="#tech" class="hover:text-white transition-colors relative group">
Tech Stack
<span
class="absolute -bottom-1 left-0 w-0 h-0.5 bg-indigo-500 transition-all group-hover:w-full"></span>
</a>
<a href="https://exwisedoc.vercel.app/" target="_blank"
class="hover:text-white transition-colors relative group">
Docs
<span
class="absolute -bottom-1 left-0 w-0 h-0.5 bg-indigo-500 transition-all group-hover:w-full"></span>
</a>
<!-- Added Support Link Here -->
<a href="./public/help.html" class="hover:text-white transition-colors relative group">
Support
<span
class="absolute -bottom-1 left-0 w-0 h-0.5 bg-indigo-500 transition-all group-hover:w-full"></span>
</a>
</div>
<div class="flex items-center gap-4">
<a href="https://exwise.vercel.app/" target="_blank"
class="hidden sm:block text-sm font-semibold text-indigo-400 hover:text-indigo-300 transition-colors">
Web App
</a>
<a href="https://github.com/devnamdev2003/angular-expense-tracker/raw/refs/heads/main/exwise.apk"
class="bg-indigo-600 text-white px-5 py-2 rounded-full text-xs font-bold hover:bg-indigo-500 transition-all hover:shadow-[0_0_20px_rgba(79,70,229,0.5)] transform hover:-translate-y-0.5">
Download APK
</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<header
class="relative min-h-screen flex items-center justify-center pt-20 pb-20 px-6 hero-gradient overflow-hidden">
<!-- Animated Background Blobs -->
<div class="absolute inset-0 overflow-hidden pointer-events-none">
<div
class="absolute top-[10%] left-[10%] w-[30rem] h-[30rem] bg-indigo-600/20 rounded-full blur-[100px] animate-blob mix-blend-screen">
</div>
<div
class="absolute top-[40%] right-[10%] w-[30rem] h-[30rem] bg-purple-600/10 rounded-full blur-[100px] animate-blob animation-delay-2000 mix-blend-screen">
</div>
<div
class="absolute -bottom-[10%] left-[30%] w-[35rem] h-[35rem] bg-indigo-900/20 rounded-full blur-[100px] animate-blob animation-delay-4000 mix-blend-screen">
</div>
</div>
<div class="max-w-7xl mx-auto flex flex-col items-center text-center relative z-10">
<div
class="fade-in-up inline-flex items-center gap-2 px-4 py-1.5 rounded-full bg-indigo-500/10 border border-indigo-500/20 text-indigo-400 text-[10px] font-bold mb-8 tracking-widest uppercase hover:bg-indigo-500/20 transition-colors cursor-default">
<span class="flex h-1.5 w-1.5 rounded-full bg-indigo-500 animate-pulse"></span>
Mobile-First Financial Management
</div>
<h1
class="fade-in-up delay-100 text-5xl md:text-8xl font-black text-white leading-[1.1] mb-8 tracking-tight">
Where your money stops <br>
<span
class="text-transparent bg-clip-text bg-gradient-to-r from-indigo-400 via-purple-400 to-indigo-400 text-shimmer">
playing hide and seek!
</span>
</h1>
<p class="fade-in-up delay-200 text-slate-400 text-lg md:text-xl max-w-3xl mx-auto mb-12 leading-relaxed">
Expense Tracker is a mobile-first financial management application designed to help users easily track
their daily and monthly expenses. Tailored specifically for smartphones, allowing seamless personal
finance management on the go.
</p>
<div
class="fade-in-up delay-300 flex flex-col sm:flex-row flex-wrap justify-center gap-4 w-full sm:w-auto z-10">
<a href="https://github.com/devnamdev2003/angular-expense-tracker/raw/refs/heads/main/exwise.apk"
class="group flex items-center justify-center gap-3 bg-white text-black hover:bg-indigo-600 hover:text-white px-8 py-4 rounded-2xl font-bold transition-all transform hover:scale-105 active:scale-95 shadow-[0_0_40px_-10px_rgba(255,255,255,0.3)] hover:shadow-[0_0_40px_-10px_rgba(99,102,241,0.5)] min-w-[200px]">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"
class="group-hover:rotate-12 transition-transform duration-300">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
<polyline points="7 10 12 15 17 10" />
<line x1="12" x2="12" y1="15" y2="3" />
</svg>
Download APK
</a>
<a href="https://exwise.vercel.app/" target="_blank"
class="flex items-center justify-center gap-3 bg-white/5 hover:bg-white/10 text-white border border-white/10 px-8 py-4 rounded-2xl font-bold transition-all backdrop-blur-md min-w-[200px] hover:border-white/30">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
<polyline points="15 3 21 3 21 9" />
<line x1="10" x2="21" y1="14" y2="3" />
</svg>
Live Preview
</a>
</div>
<!-- Main App Mockup -->
<div class="mt-24 hidden md:block max-w-[260px] mx-auto floating">
<div class="absolute -inset-20 bg-indigo-600/20 blur-[100px] rounded-full"></div>
<div class="relative glass rounded-[2.8rem] p-2.5 border border-white/10 shadow-2xl phone-frame">
<div
class="bg-[#0f0f12] rounded-[2.2rem] overflow-hidden border border-zinc-800 aspect-[9/19] relative">
<img src="https://exwise.vercel.app/assets/appScreenshot/home.jpg" alt="ExWise Home"
class="app-screenshot">
</div>
</div>
</div>
</div>
</header>
<!-- Stats Section -->
<section class="py-12 border-y border-white/5 bg-white/[0.01] relative z-20 backdrop-blur-sm">
<div class="max-w-7xl mx-auto px-6 grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
<div class="reveal hover:transform hover:scale-110 transition-transform duration-300">
<p
class="text-3xl md:text-5xl font-black text-transparent bg-clip-text bg-gradient-to-b from-white to-slate-500 mb-2">
100%</p>
<p class="text-xs text-indigo-400 uppercase font-bold tracking-widest">Privacy Focused</p>
</div>
<div class="reveal delay-100 hover:transform hover:scale-110 transition-transform duration-300">
<p
class="text-3xl md:text-5xl font-black text-transparent bg-clip-text bg-gradient-to-b from-white to-slate-500 mb-2">
0ms</p>
<p class="text-xs text-indigo-400 uppercase font-bold tracking-widest">Server Latency</p>
</div>
<div class="reveal delay-200 hover:transform hover:scale-110 transition-transform duration-300">
<p
class="text-3xl md:text-5xl font-black text-transparent bg-clip-text bg-gradient-to-b from-white to-slate-500 mb-2">
Offline</p>
<p class="text-xs text-indigo-400 uppercase font-bold tracking-widest">Works Anywhere</p>
</div>
<div class="reveal delay-300 hover:transform hover:scale-110 transition-transform duration-300">
<p
class="text-3xl md:text-5xl font-black text-transparent bg-clip-text bg-gradient-to-b from-white to-slate-500 mb-2">
Free</p>
<p class="text-xs text-indigo-400 uppercase font-bold tracking-widest">Open Source</p>
</div>
</div>
</section>
<!-- Interface Grid (Selected Screens) -->
<section id="interface" class="py-12 md:py-32 px-6 relative">
<!-- Background light flare -->
<div
class="absolute right-0 top-1/4 w-[500px] h-[500px] bg-indigo-600/10 rounded-full blur-[120px] pointer-events-none">
</div>
<div class="max-w-7xl mx-auto relative z-10">
<div class="text-center mb-24 reveal">
<h2 class="text-4xl md:text-5xl font-black text-white mb-6">Core Interface</h2>
<p class="text-slate-400 max-w-2xl mx-auto text-lg leading-relaxed">
Designed for speed and clarity. View your health, list your transactions, and add new ones in
seconds.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-y-20 gap-x-12">
<!-- Dashboard View -->
<div class="flex flex-col items-center reveal group cursor-pointer">
<div
class="w-full max-w-[240px] glass rounded-[2.5rem] p-2 border border-white/10 mb-8 aspect-[9/18.5] relative bg-[#0f0f12] phone-frame shadow-2xl group-hover:-translate-y-4 transition-transform duration-500">
<img src="https://exwise.vercel.app/assets/appScreenshot/home.jpg" alt="Dashboard View"
class="app-screenshot rounded-[1.8rem]">
<!-- Glow effect behind phone -->
<div
class="absolute inset-0 bg-indigo-500/20 blur-xl rounded-[2.5rem] -z-10 opacity-0 group-hover:opacity-100 transition-opacity duration-500">
</div>
</div>
<div class="text-center px-4">
<h3 class="font-bold text-2xl text-white mb-3 group-hover:text-indigo-400 transition-colors">
Dashboard View</h3>
<p class="text-sm text-slate-400 leading-relaxed group-hover:text-slate-300 transition-colors">
Two interactive graphs: Expense line graph with Daily, Monthly, Yearly views, and a
Category-wise Pie Chart.
</p>
</div>
</div>
<!-- Add Expense View -->
<div class="flex flex-col items-center reveal delay-100 group cursor-pointer">
<div
class="w-full max-w-[240px] glass rounded-[2.5rem] p-2 border border-white/10 mb-8 aspect-[9/18.5] relative bg-[#0f0f12] phone-frame shadow-2xl group-hover:-translate-y-4 transition-transform duration-500">
<img src="https://exwise.vercel.app/assets/appScreenshot/budget.jpg"
alt="Financial Dashboard View" class="app-screenshot rounded-[1.8rem]">
<div
class="absolute inset-0 bg-purple-500/20 blur-xl rounded-[2.5rem] -z-10 opacity-0 group-hover:opacity-100 transition-opacity duration-500">
</div>
</div>
<div class="text-center px-4">
<h3 class="font-bold text-2xl text-white mb-3 group-hover:text-purple-400 transition-colors">
Financial Dashboard
</h3>
<p class="text-sm text-slate-400 leading-relaxed group-hover:text-slate-300 transition-colors">
The Financial Dashboard helps users manage their monthly salary, define budgets, and gain
deep insights into their spending behavior.
</p>
</div>
</div>
<!-- List View -->
<div class="flex flex-col items-center reveal delay-200 group cursor-pointer">
<div
class="w-full max-w-[240px] glass rounded-[2.5rem] p-2 border border-white/10 mb-8 aspect-[9/18.5] relative bg-[#0f0f12] phone-frame shadow-2xl group-hover:-translate-y-4 transition-transform duration-500">
<img src="https://exwise.vercel.app/assets/appScreenshot/list.jpg" alt="List View"
class="app-screenshot rounded-[1.8rem]">
<div
class="absolute inset-0 bg-emerald-500/20 blur-xl rounded-[2.5rem] -z-10 opacity-0 group-hover:opacity-100 transition-opacity duration-500">
</div>
</div>
<div class="text-center px-4">
<h3 class="font-bold text-2xl text-white mb-3 group-hover:text-emerald-400 transition-colors">
List View</h3>
<p class="text-sm text-slate-400 leading-relaxed group-hover:text-slate-300 transition-colors">
Search, Sort, and Filter your history. Tap any entry to edit or delete. Scrollable and
optimized.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Workflow / How it works -->
<section class="py-12 md:py-32 px-6 bg-white/[0.01] border-y border-white/5 relative overflow-hidden">
<div class="max-w-7xl mx-auto relative z-10">
<div class="flex flex-col lg:flex-row items-center gap-20">
<div class="flex-1 reveal">
<h2 class="text-4xl md:text-5xl font-black text-white mb-12">How it works</h2>
<div class="space-y-12 relative">
<!-- Connecting Line -->
<div
class="absolute left-6 top-6 bottom-6 w-0.5 bg-gradient-to-b from-indigo-600 via-purple-600 to-transparent opacity-30">
</div>
<div class="flex gap-8 relative">
<div
class="w-12 h-12 rounded-full bg-indigo-600 text-white flex items-center justify-center font-bold text-lg flex-shrink-0 shadow-[0_0_20px_rgba(79,70,229,0.5)] z-10 border-4 border-[#050507]">
1</div>
<div>
<h4 class="text-xl font-bold text-white mb-2">Set Your Budget</h4>
<p class="text-slate-400">Define your spending limit for any date range. ExWise will
calculate your daily safe-spend automatically.</p>
</div>
</div>
<div class="flex gap-8 relative">
<div
class="w-12 h-12 rounded-full bg-indigo-600 text-white flex items-center justify-center font-bold text-lg flex-shrink-0 shadow-[0_0_20px_rgba(79,70,229,0.5)] z-10 border-4 border-[#050507]">
2</div>
<div>
<h4 class="text-xl font-bold text-white mb-2">Log as You Go</h4>
<p class="text-slate-400">Snap entries in seconds. Categorize with one tap and add
location tags for better context.</p>
</div>
</div>
<div class="flex gap-8 relative">
<div
class="w-12 h-12 rounded-full bg-indigo-600 text-white flex items-center justify-center font-bold text-lg flex-shrink-0 shadow-[0_0_20px_rgba(79,70,229,0.5)] z-10 border-4 border-[#050507]">
3</div>
<div>
<h4 class="text-xl font-bold text-white mb-2">Analyze & Adapt</h4>
<p class="text-slate-400">Review the heatmap to find weak spots. Use the insights to
adjust your habits and reach your goals.</p>
</div>
</div>
</div>
</div>
<!-- Visual Decoration for Workflow -->
<div class="flex-1 w-full max-w-lg reveal delay-200">
<div
class="glass p-8 rounded-[3rem] border-white/10 relative overflow-hidden group hover:border-indigo-500/30">
<div
class="absolute -top-24 -right-24 w-64 h-64 bg-indigo-600/20 rounded-full blur-3xl group-hover:bg-indigo-600/30 transition-colors duration-500">
</div>
<div class="relative z-10">
<div class="flex items-center justify-between mb-8">
<span
class="text-xs font-bold uppercase tracking-widest text-indigo-400">Real-time</span>
<span
class="text-[10px] bg-emerald-500/20 text-emerald-400 px-2 py-1 rounded shadow-[0_0_10px_rgba(16,185,129,0.2)]">On
Track</span>
</div>
<div class="space-y-6">
<div class="p-6 bg-white/5 rounded-3xl border border-white/5 backdrop-blur-md">
<p class="text-sm text-slate-500 mb-1">Total Spending</p>
<p class="text-3xl font-black text-white">₹12,450.00</p>
</div>
<div class="grid grid-cols-2 gap-4">
<div class="p-4 bg-white/5 rounded-2xl backdrop-blur-md">
<p class="text-[10px] text-slate-500 mb-1">Avg Allowed</p>
<p class="text-md font-bold text-white">₹500.00</p>
</div>
<div
class="p-4 bg-emerald-500/10 rounded-2xl border border-emerald-500/20 backdrop-blur-md">
<p class="text-[10px] text-emerald-400 mb-1">Suggested</p>
<p class="text-md font-bold text-emerald-400">₹420.00</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Comprehensive Features Section -->
<section id="features" class="py-12 md:py-32 px-6">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-24 reveal">
<h2 class="text-4xl md:text-5xl font-black text-white mb-6">Full Feature Breakdown</h2>
<div class="w-20 h-1 bg-indigo-500 mx-auto rounded-full"></div>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Calendar Feature -->
<div class="glass p-8 rounded-3xl border border-white/5 reveal hover-card cursor-default">
<div class="flex items-center gap-4 mb-4">
<div
class="w-12 h-12 bg-indigo-600/20 rounded-xl flex items-center justify-center text-indigo-400">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<rect width="18" height="18" x="3" y="4" rx="2" ry="2" />
<line x1="16" x2="16" y1="2" y2="6" />
<line x1="8" x2="8" y1="2" y2="6" />
<line x1="3" x2="21" y1="10" y2="10" />
</svg>
</div>
<h3 class="text-xl font-bold text-white">Calendar Heatmap</h3>
</div>
<p class="text-slate-400 text-sm leading-relaxed mb-4">
Visualize spending intensity. Customize thresholds for <strong>Red</strong> (> ₹1000),
<strong>Yellow</strong> (₹500-1000), and <strong>Green</strong> (< ₹500). </p>
</div>
<!-- Budget Feature -->
<div class="glass p-8 rounded-3xl border border-white/5 reveal delay-100 hover-card cursor-default">
<div class="flex items-center gap-4 mb-4">
<div
class="w-12 h-12 bg-emerald-600/20 rounded-xl flex items-center justify-center text-emerald-400">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M12 2v20" />
<path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" />
</svg>
</div>
<h3 class="text-xl font-bold text-white">Smart Budgeting</h3>
</div>
<p class="text-slate-400 text-sm leading-relaxed mb-4">
Set a budget range and track progress. Get real-time stats on <strong>Avg Allowed/Day</strong>,
<strong>Spent/Day</strong>, and <strong>Suggested/Day</strong>.
</p>
</div>
<!-- Settings Feature -->
<div class="glass p-8 rounded-3xl border border-white/5 reveal delay-200 hover-card cursor-default">
<div class="flex items-center gap-4 mb-4">
<div
class="w-12 h-12 bg-amber-600/20 rounded-xl flex items-center justify-center text-amber-400">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path
d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.1a2 2 0 0 1-1-1.74v-.47a2 2 0 0 1 1-1.74l.15-.1a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" />
<circle cx="12" cy="12" r="3" />
</svg>
</div>
<h3 class="text-xl font-bold text-white">Advanced Settings</h3>
</div>
<p class="text-slate-400 text-sm leading-relaxed mb-4">
Toggle Dark/Light mode, manage Categories, and <strong>Export Data</strong> (PDF, JSON, Excel).
Includes optional <strong>Cloud Backup</strong>.
</p>
</div>
</div>
</div>
</section>
<!-- Tech Stack Section -->
<section id="tech" class="py-12 md:py-32 px-6 bg-white/[0.02] border-y border-white/5">
<div class="max-w-7xl mx-auto text-center reveal">
<h2 class="text-3xl font-bold mb-16 text-white">Powered By</h2>
<div
class="flex flex-wrap justify-center gap-12 md:gap-24 opacity-60 hover:opacity-100 transition-opacity duration-500">
<div class="flex flex-col items-center gap-3 group">
<div
class="w-20 h-20 rounded-2xl bg-[#0f0f12] flex items-center justify-center p-4 border border-white/10 shadow-lg group-hover:scale-110 group-hover:border-red-500/30 transition-all duration-300">
<img src="https://angular.io/assets/images/logos/angular/angular.svg" alt="Angular"
class="w-full h-full filter grayscale group-hover:grayscale-0 transition-all">
</div>
<span class="text-sm font-bold text-white">Angular</span>
</div>
<div class="flex flex-col items-center gap-3 group">
<div
class="w-20 h-20 rounded-2xl bg-[#0f0f12] flex items-center justify-center p-5 border border-white/10 shadow-lg group-hover:scale-110 group-hover:border-cyan-500/30 transition-all duration-300">
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d5/Tailwind_CSS_Logo.svg"
alt="Tailwind"
class="w-full h-full filter grayscale group-hover:grayscale-0 transition-all">
</div>
<span class="text-sm font-bold text-white">Tailwind CSS</span>
</div>
<div class="flex flex-col items-center gap-3 group">
<div
class="w-20 h-20 rounded-2xl bg-[#0f0f12] flex items-center justify-center p-5 border border-white/10 shadow-lg text-white group-hover:scale-110 group-hover:border-yellow-500/30 transition-all duration-300">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"
class="group-hover:text-yellow-400 transition-colors">
<ellipse cx="12" cy="5" rx="9" ry="3" />
<path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3" />
<path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" />
</svg>
</div>
<span class="text-sm font-bold text-white">LocalStorage</span>
</div>
<div class="flex flex-col items-center gap-3 group">
<div
class="w-20 h-20 rounded-2xl bg-[#0f0f12] flex items-center justify-center p-4 border border-white/10 shadow-lg group-hover:scale-110 group-hover:border-green-500/30 transition-all duration-300">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/spring/spring-original.svg"
alt="Spring Boot"
class="w-full h-full object-contain filter grayscale group-hover:grayscale-0 transition-all">
</div>
<span class="text-sm font-bold text-white">Spring Boot</span>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-12 md:py-32 px-6">
<div class="max-w-3xl mx-auto reveal">
<h2 class="text-3xl font-bold text-center mb-16 text-white">Frequently Asked Questions</h2>
<div class="space-y-6">
<div
class="glass p-6 rounded-3xl border border-white/5 hover:border-indigo-500/30 transition-colors group cursor-pointer">
<h4 class="font-bold text-white mb-2 flex items-center gap-3">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="text-indigo-400 group-hover:text-indigo-300 transition-colors">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />
</svg>
Is my data shared with anyone?
</h4>
<p class="text-sm text-slate-400 ml-8 group-hover:text-slate-300 transition-colors">Never. ExWise
stores all data locally on your device using
LocalStorage. It never leaves your browser unless you enable the optional cloud backup.</p>
</div>
<div
class="glass p-6 rounded-3xl border border-white/5 hover:border-indigo-500/30 transition-colors group cursor-pointer">
<h4 class="font-bold text-white mb-2 flex items-center gap-3">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="text-indigo-400 group-hover:text-indigo-300 transition-colors">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
<polyline points="7 10 12 15 17 10" />
<line x1="12" x2="12" y1="15" y2="3" />
</svg>
Can I export my data?
</h4>
<p class="text-sm text-slate-400 ml-8 group-hover:text-slate-300 transition-colors">Yes! You can
export all your records in PDF, JSON, or Excel
formats anytime via the Settings menu for safe keeping.</p>
</div>
</div>
<!-- Added Help CTA in FAQ -->
<div class="mt-12 text-center reveal delay-100">
<p class="text-slate-500 mb-2">Still have questions?</p>
<a href="./public/help.html"
class="inline-flex items-center gap-2 text-indigo-400 font-semibold hover:text-white transition-colors group">
Visit our Help & Support Center
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="transform group-hover:translate-x-1 transition-transform">
<line x1="5" y1="12" x2="19" y2="12"></line>
<polyline points="12 5 19 12 12 19"></polyline>
</svg>
</a>
</div>
</div>
</section>
<!-- Redesigned Footer -->
<footer class="relative pt-10 md:pt-32 pb-12 px-6 bg-[#030305] overflow-hidden">
<!-- Background decorations -->
<div
class="absolute top-0 left-1/2 -translate-x-1/2 w-full max-w-3xl h-64 bg-indigo-600/10 blur-[100px] rounded-full pointer-events-none">
</div>
<div class="max-w-7xl mx-auto relative z-10">
<!-- Open Source / Collaboration Callout -->
<div
class="glass rounded-3xl p-8 md:p-12 mb-24 border border-white/10 text-center reveal group hover:border-indigo-500/30 transition-all duration-500">
<div
class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-emerald-500/10 border border-emerald-500/20 text-emerald-400 text-xs font-bold mb-6 uppercase tracking-wider">
<span class="relative flex h-2 w-2">
<span
class="animate-ping absolute inline-flex h-full w-full rounded-full bg-emerald-400 opacity-75"></span>
<span class="relative inline-flex rounded-full h-2 w-2 bg-emerald-500"></span>
</span>
Open Source
</div>
<h2 class="text-3xl md:text-4xl font-black text-white mb-4">Help Build the Future of ExWise</h2>
<p class="text-slate-400 max-w-2xl mx-auto mb-8 text-lg">
We believe in transparency and community collaboration. Found a bug? Have a feature request? Want to
contribute code? Join us on GitHub.
</p>
<a href="https://github.com/devnamdev2003/angular-expense-tracker" target="_blank"
class="inline-flex items-center gap-2 bg-white text-black px-8 py-3 rounded-xl font-bold hover:bg-indigo-500 hover:text-white transition-all transform hover:scale-105 shadow-lg">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path
d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" />
<path d="M9 18c-4.51 2-5-2-7-2" />
</svg>
Star & Contribute on GitHub
</a>
</div>
<!-- Main Footer Content -->
<div class="grid md:grid-cols-2 gap-16 mb-6 md:mb-20 border-b border-white/5 pb-16 reveal">
<!-- Brand & Tagline -->
<div>
<div class="flex items-center gap-3 mb-6">
<img src="https://exwise.vercel.app/icons/icon-512x512.png" alt="ExWise Logo"
class="w-10 h-10 rounded-xl shadow-lg">
<span class="text-2xl font-black text-white tracking-tighter">EXWISE</span>
</div>
<p class="text-slate-400 text-lg leading-relaxed mb-8">
Your financial freedom starts here. Private, fast, and completely free. Stop hiding from your
expenses and start tracking them wisely.
</p>
<div class="flex gap-4">
<a href="https://github.com/devnamdev2003" target="_blank"
class="w-10 h-10 rounded-full bg-white/5 flex items-center justify-center hover:bg-white/10 hover:text-white text-slate-400 transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path
d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" />
<path d="M9 18c-4.51 2-5-2-7-2" />
</svg>
</a>
<a href="https://exwisedoc.vercel.app/" target="_blank"
class="w-10 h-10 rounded-full bg-white/5 flex items-center justify-center hover:bg-white/10 hover:text-white text-slate-400 transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" />
<polyline points="14 2 14 8 20 8" />
<line x1="16" x2="8" y1="13" y2="13" />
<line x1="16" x2="8" y1="17" y2="17" />
<line x1="10" x2="8" y1="9" y2="9" />
</svg>
</a>
<!-- Added Portfolio Link -->
<a href="https://devnamdev2003.github.io/" target="_blank"
class="w-10 h-10 rounded-full bg-white/5 flex items-center justify-center hover:bg-white/10 hover:text-white text-slate-400 transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="10"></circle>
<line x1="2" y1="12" x2="22" y2="12"></line>
<path
d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z">
</path>
</svg>
</a>
<!-- Added Support Link to Footer Socials Area -->
<a href="./public/help.html"
class="w-10 h-10 rounded-full bg-white/5 flex items-center justify-center hover:bg-white/10 hover:text-white text-slate-400 transition-colors"
title="Help & Support">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="10"></circle>
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
<line x1="12" y1="17" x2="12.01" y2="17"></line>
</svg>
</a>
</div>
</div>
<!-- Quick Links / Download Area -->
<div class="flex flex-col justify-center">
<h4 class="text-white font-bold mb-6 uppercase tracking-wider text-sm">Get the App</h4>
<div class="space-y-4">
<a href="https://github.com/devnamdev2003/angular-expense-tracker/raw/refs/heads/main/exwise.apk"
class="flex items-center justify-between p-4 rounded-xl bg-white/5 hover:bg-white/10 border border-white/5 hover:border-white/10 transition-all group">
<div class="flex items-center gap-3">
<div
class="bg-indigo-600/20 p-2 rounded-lg text-indigo-400 group-hover:text-white transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" />
</svg>
</div>
<span class="font-bold text-white">Download APK</span>
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"
class="text-slate-500 group-hover:text-white transform group-hover:translate-x-1 transition-all">
<path d="M5 12h14" />
<path d="m12 5 7 7-7 7" />
</svg>
</a>
<a href="https://exwise.vercel.app/" target="_blank"
class="flex items-center justify-between p-4 rounded-xl bg-white/5 hover:bg-white/10 border border-white/5 hover:border-white/10 transition-all group">
<div class="flex items-center gap-3">
<div
class="bg-emerald-500/20 p-2 rounded-lg text-emerald-400 group-hover:text-white transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<rect x="2" y="3" width="20" height="14" rx="2" ry="2" />
<line x1="8" y1="21" x2="16" y2="21" />
<line x1="12" y1="17" x2="12" y2="21" />
</svg>
</div>
<span class="font-bold text-white">Use Web App</span>
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"
class="text-slate-500 group-hover:text-white transform group-hover:translate-x-1 transition-all">
<path d="M5 12h14" />
<path d="m12 5 7 7-7 7" />
</svg>
</a>
</div>
</div>
</div>
<!-- Copyright -->
<div
class="flex flex-col justify-between items-center gap-4 text-xs font-medium text-slate-600 tracking-widest">
<p>© 2026 <a href="https://devnamdev2003.github.io/" target="_blank"
class="hover:text-indigo-400 transition-colors">devnamdev</a>. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Reveal animation on scroll
function reveal() {
var reveals = document.querySelectorAll(".reveal");
for (var i = 0; i < reveals.length; i++) {
var windowHeight = window.innerHeight;
var elementTop = reveals[i].getBoundingClientRect().top;
var elementVisible = 120; // Trigger slightly earlier for smoother effect
if (elementTop < windowHeight - elementVisible) {
reveals[i].classList.add("active");
}
}
}
window.addEventListener("scroll", reveal);
// Initial check
reveal();
</script>
</body>
</html>