This repository contains the source code for my personal portfolio website, built to showcase my projects, technical skills, certifications, open-source contributions, and professional experience. The portfolio combines a clean recruiter-focused interface with modern UI, smooth animations, and interactive components while maintaining excellent performance and responsiveness.
Live Website: https://sanketchaudhari.in
A built-in developer terminal accessible directly from the navigation bar.
$ help
Available commands:
about
projects
resume
github
clear
exit
$ projects
▸ Algonix
▸ Carbonomics AI
▸ PlaceTrack
▸ GSTbillingApp
An offline chatbot that provides quick answers about my projects, technical skills, resume, and contact information without requiring external APIs.
A continuously scrolling skills section built using CSS animations with pause-on-hover support for smooth rendering.
Designed to work seamlessly across desktop, tablet, and mobile devices with an optimized user experience.
- Lazy loading for heavy components
- Code splitting with Vite
- Optimized asset loading
- Smooth animations using Framer Motion
| Layer | Technology |
|---|---|
| Frontend | React + TypeScript |
| Styling | Tailwind CSS v4 |
| Build Tool | Vite |
| Animations | Framer Motion |
| Routing | React Router DOM |
| Icons | Lucide React |
| Deployment | Vercel |
portfolio/
├── public/
│ ├── placeholders/
│ └── Sanket_Chaudhari_Resume.pdf
│
├── src/
│ ├── components/
│ │ ├── TerminalOverlay.tsx
│ │ ├── FloatingChatbot.tsx
│ │ ├── Skills.tsx
│ │ └── ...
│ ├── App.tsx
│ ├── portfolioData.ts
│ └── index.css
│
├── package.json
├── vite.config.ts
└── README.md
Clone the repository.
git clone https://github.com/sanket1035/portfolio.gitNavigate to the project directory.
cd portfolioInstall dependencies.
npm installStart the development server.
npm run devOpen:
http://localhost:5173
A gamified inter-college competitive coding platform featuring XP-based progression, real-time leaderboards, certificate generation, and secure container-based code execution.
Tech Stack: React, TypeScript, Node.js, Express, MongoDB, Docker
An AI-powered carbon intelligence platform for carbon emission prediction, sustainability analytics, and decision support.
Tech Stack: Python, Machine Learning, Streamlit, Data Analysis
A placement management platform designed to help students track opportunities, applications, and interview progress.
An Android billing application for invoice generation, GST calculations, PDF export, and customer management.
Tech Stack: Kotlin, Jetpack Compose, Room Database, Firebase
- dcondrey/zotero-validate — Documentation contribution merged.
- delmalih/saas-genai-starter — Together AI provider integration (under review).
This portfolio serves as the central hub for my software development journey, showcasing real-world projects, technical skills, certifications, and open-source contributions. It reflects my interests in Artificial Intelligence, Full-Stack Development, Android Development, and modern web technologies while providing a clean and engaging experience for recruiters and developers.
Sanket Chaudhari
- Portfolio: https://sanketchaudhari.in
- GitHub: https://github.com/sanket1035
- LinkedIn: https://www.linkedin.com/in/sanketchaudhari1035/
Copyright © 2026 Sanket Chaudhari
This project is licensed under the MIT License. See the LICENSE file for more information.