This project is a personal portfolio website for Pranam Prakash Shetty, showcasing his projects, blog posts, academic journey, work experience, and recommendations.
- Responsive design with a sidebar and main content area
- Project showcase with image, description, and technologies used
- Blog post highlights with links to full articles
- Academic journey timeline
- Work experience details
- Scrolling recommendations section
- Skills and social media links
- Next.js
- React
- Tailwind CSS
- React-tooltip
- Font Awesome icons
- Google Fonts (Roboto Mono)
-
Clone the repository:
git clone https://github.com/yourusername/pranam-shetty-portfolio.git
-
Install dependencies:
cd pranam-shetty-portfolio npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to view the website.
src/app/page.tsx
: Main component containing the entire portfoliopublic/images/
: Directory containing all images used in the portfoliopublic/docs/
: Directory containing the resume PDF, courses, certifications
To customize the portfolio for your own use:
- Update the personal information, projects, blog posts, academic history, and work experience in the data arrays at the top of
src/app/page.tsx
. - Replace the profile picture and project images in the
public/images/
directory. - Update the resume PDF in the
public/docs/
directory. - Modify the color scheme by changing the Tailwind CSS classes (e.g.,
bg-[#592be2]
for the primary color).
This project can be easily deployed on Vercel or any other Next.js-compatible hosting platform.