Welcome to the source code of my personal portfolio. Think of this repository as my digital living room where I keep my trophies (projects), my journals (skills), and my playbook (tech stack).
Check out the live version here: [Swapnil Portofolio]
This project isn't just a static page; it's practically a living organism built with some of my favorite tools:
- Next.js 14 - The brain of the operation, giving me that sweet Server-Side Rendering and routing out of the box.
- React 18 - The muscle, handling all the UI components and state.
- Tailwind CSS - The wardrobe, making sure everything looks sharp without needing to touch a
.cssfile for every little tweak. - TypeScript - The spellchecker, keeping my code honest and preventing me from shooting myself in the foot.
Want to see how the sausage is made? Clone this repo and spin it up on your own machine.
-
Clone the repo:
git clone https://github.com/swapnilhpatil/swapnil-portfolio.git cd swapnil-portfolio -
Install the dependencies: (Grab a coffee, this might take a minute).
npm install
-
Start the dev server:
npm run dev
-
Open your browser: Navigate to http://localhost:3000 and watch the magic happen.
Inside the app/ and components/ directories, you'll find the building blocks:
Hero: The handshake.About: The "DNA / Behind the Scenes".TechStack: My "Playbook".Experience: The "Gallery / Proof" that I actually know what I'm doing.Contact: Because I love a good chat.
I'm always open to talking about code, design, or the latest sci-fi movie.
- Email: your.email@example.com
- LinkedIn: linkedin.com/in/swapnilhpatil
- GitHub: github.com/swapnilhpatil
Built from scratch with ❤️, excessive caffeine, and Next.js.