A modern, visually engaging portfolio website to showcase my skills, projects, and background.
This site is designed for presentation purposes only—not intended for installation or use as a template.
I'm Tejashva Gupta, a developer passionate about building beautiful, performant web experiences.
Connect with me on LinkedIn.
Note:
This repository is for presentation and demonstration only.
If you’d like to discuss collaborations or have questions, feel free to reach out!
- Animated Bento Grid: Eye-catching, interactive layout for skills and project highlights.
- Smooth Transitions: Framer Motion powers seamless, modern animations throughout the site.
- Clean UI: Built with ShadCN UI and Vercel’s Geist font for a crisp, professional look.
- Fully Responsive: Optimized for all screen sizes.
- Next.js (App Router)
- TypeScript
- Framer Motion
- ShadCN UI
- Vercel (Deployment)
This portfolio is a personal showcase of my work, skills, and design sensibility.
It is not meant to be installed or reused as a template—please enjoy exploring the visuals and animations!
portfolio
├─ app
│ ├─ favicon.ico
│ ├─ globals.css
│ ├─ layout.tsx
│ └─ page.tsx
├─ components
│ ├─ custom
│ │ ├─ Projects.tsx
│ │ └─ Skills.tsx
│ └─ ui
│ ├─ button.tsx
│ └─ link-preview.tsx
├─ components.json
├─ constants
│ └─ index.ts
├─ lib
│ └─ utils.ts
├─ next.config.ts
├─ package-lock.json
├─ package.json
├─ pnpm-lock.yaml
├─ postcss.config.mjs
├─ public
│ ├─ agriboost.png
│ ├─ assets
│ │ ├─ ansible.svg
│ │ ├─ aws.svg
│ │ ├─ c.svg
│ │ ├─ clerk.svg
│ │ ├─ convex.jpg
│ │ ├─ cpp.svg
│ │ ├─ CSS.svg
│ │ ├─ docker.svg
│ │ ├─ dp.jpg
│ │ ├─ drizzle.svg
│ │ ├─ expressjs.svg
│ │ ├─ figma.svg
│ │ ├─ framer-motion.svg
│ │ ├─ gemini.png
│ │ ├─ git.svg
│ │ ├─ github.svg
│ │ ├─ gitlab.svg
│ │ ├─ html.svg
│ │ ├─ image.jpeg
│ │ ├─ javascript.svg
│ │ ├─ jenkins.svg
│ │ ├─ k8.svg
│ │ ├─ linux.svg
│ │ ├─ mongodb.svg
│ │ ├─ mysql.png
│ │ ├─ neon.svg
│ │ ├─ nextjs.svg
│ │ ├─ nodejs.svg
│ │ ├─ postgresql.svg
│ │ ├─ profile.jpg
│ │ ├─ python.svg
│ │ ├─ reactjs.svg
│ │ ├─ shell.svg
│ │ ├─ sq.svg
│ │ ├─ stream.jpg
│ │ ├─ tailwindcss.svg
│ │ ├─ tf.svg
│ │ ├─ typescriptlang.svg
│ │ ├─ vercel.svg
│ │ └─ vscode.svg
│ ├─ devbox.png
│ └─ viralite.png
├─ README.md
├─ tailwind.config.ts
└─ tsconfig.json