-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.json
More file actions
56 lines (56 loc) · 2.33 KB
/
Copy pathProject.json
File metadata and controls
56 lines (56 loc) · 2.33 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
[
{
"title": "Password Generator",
"image": "/assets/pass-gen.jpg",
"details": "Pass-Gen is a lightweight, browser-based password generator built using pure HTML, CSS, and Vanilla JavaScript. It provides users with the ability to generate strong random passwords instantly without relying on any external frameworks or libraries.",
"points": [
"Generates secure, random passwords with configurable options.",
"Simple, intuitive user interface for ease of use.",
"Copy-to-clipboard functionality for quick password usage.",
"Fully responsive design, works seamlessly across devices.",
"Lightweight codebase ensuring fast load times and performance."
],
"link": "https://pass-gen.davinash97.xyz",
"techStack": [
"HTML",
"CSS",
"JavaScript"
]
},
{
"title": "Global Buzz",
"image": "/assets/global-buzz.jpg",
"details": "GlobalBuzz is a dynamic news web application built with Next.js, Tailwind CSS, and integrated with NewsAPI to fetch real-time news articles from various sources. The platform provides users with the latest news across multiple categories in a fast, responsive, and modern interface.",
"points": [
"Real-time news updates powered by NewsAPI.",
"Clean, responsive UI built using Tailwind CSS.",
"Server-side rendering and optimized performance with Next.js.",
"Dynamic routing to browse news by categories.",
"Deployed on Netlify for fast and reliable access."
],
"link": "https://globalbuzz.davinash97.xyz",
"techStack": [
"Next.js",
"TailwindCSS"
]
},
{
"title": "Portfolio",
"image": "/assets/portfolio.png",
"details": "A Portfolio to showcase my project, skills, achievements, and ways to contact me.",
"points": [
"Followed the good old DRY principle and kept the codebase clean with reusable components",
"Used TypeScript, Next.js, TailwindCSS, and a sprinkle of Framer Motion for a smooth modern experience",
"Kept data separate from the UI and offloaded heavy loading tasks to a Web Worker for better performance",
"Added thoughtful touches like auto Day/Night mode, HTTPS with SSL/TLS, and a working contact form with rate limiting",
"Deployed on Netlify with clean naming conventions and maintainable structure so future me doesn’t suffer"
],
"link": "#",
"techStack": [
"Next.js",
"TailwindCSS",
"Netlify Functions",
"Nodemailer"
]
}
]