Welcome to my personal portfolio website!
Here you can find information about me, my projects, skills, and open-source contributions.
- VSCode-inspired UI with Explorer, Activity Bar, Terminal, and Navbar
- Overview of my skills, work experience, and open-source work
- Interactive "Password Game"
- Canvas for painting
- Contact form
- Next.js (App Router)
- React (Server and Client Components)
- TypeScript
- Tailwind CSS (Utility-first CSS)
- Framer Motion (Animations)
- react-hot-toast (Notifications)
- Zod (Validation)
- Apollo Client (for GitHub GraphQL API)
- pnpm (Package manager)
app/
components/ # Reusable UI components (Navbar, Explorer, Terminal, etc.)
layout.tsx # Root layout (server component)
VSCodeLayout.tsx # Main layout with state management (client component)
page.tsx # Homepage
passwordgame/ # Password Game feature
util/ # Utility functions and API clients
public/
favicon.ico
README.md
package.json
...
pnpm install
pnpm dev
Find me on GitHub or use the contact form on the website.
Enjoy exploring!