My personal portfolio website showcasing my projects, skills, and experience.
Visit the live site at: sarin.is-a.dev
This is my personal portfolio website built to showcase my work as a developer. The site features a clean, modern design and provides information about my skills, projects, and ways to get in touch.
- Responsive design that works on all devices
- Modern and clean user interface
- Project showcase section
- Skills and technologies display
- Contact information and social links
- Fast loading and optimized performance
- HTML5
- CSS3
- JavaScript
- Hosted on GitHub Pages via is-a.dev
portfolio/
|
├── public/
│ ├── icons/ # Icon assets
│ ├── projects/ # Project images/assets
│ └── profile.webp # Profile picture
├── src/
│ ├── components/
│ │ ├── Footer.jsx # Footer component
│ │ ├── Navbar.jsx # Navigation bar
│ │ └── ScrollProgress.jsx # Scroll progress indicator
│ ├── sections/
│ │ ├── About.jsx # About section
│ │ ├── Experience.jsx # Experience section
│ │ ├── Hero.jsx # Hero/landing section
│ │ ├── Projects.jsx # Projects showcase
│ │ └── Skills.jsx # Skills section
│ ├── App.jsx # Main app component
│ ├── index.css # Global styles
│ └── main.jsx # React entry point
├── .gitignore
├── eslint.config.js # ESLint configuration
├── index.html # HTML entry point
├── package.json # Project dependencies
├── package-lock.json
├── tailwind.config.js # Tailwind CSS configuration
├── vite.config.js # Vite configuration
└── README.md
This portfolio is deployed using vercel and custom domain through is-a.dev.
All rights reserved. This portfolio is personal property and not available for reuse or redistribution.
- Thanks to is-a.dev for providing the subdomain
- Inspired by various portfolio designs from the developer community
⭐ If you like this portfolio, feel free to star this repository!