An open API service indexing awesome lists of open source software.

https://github.com/bpavan16/my-dev-portfolio

A Dev portfolio showcasing my tech journey especially my projects.
https://github.com/bpavan16/my-dev-portfolio

nextjs portfolio-website

Last synced: 4 months ago
JSON representation

A Dev portfolio showcasing my tech journey especially my projects.

Awesome Lists containing this project

README

          

# Dev Portfolio

A modern, responsive developer portfolio built with **Next.js** and **TypeScript**.
To Showcase your skills, projects, experience, and contact information in a professional and interactive way.

## ✨ Features

- Beautiful, customizable landing page
- Responsive design for all devices
- Animated hero section with profile photo
- Theme toggle (light/dark mode)
- Project and skills showcase
- Social media integration
- Modern UI components
- Easy to customize and extend

## 🛠️ Tech Stack

- **Next.js** (React Framework)
- **TypeScript**
- **Tailwind CSS**
- **Lucide Icons**
- **next-themes** (theme switching)

## 📁 Project Structure

- `/src/components` – Reusable UI and portfolio sections
- `/src/app` – Main app and layout files
- `/public` – Static assets (images, icons)

---

## 🚀 Getting Started

1. **Clone the repository**
```bash
git clone https://github.com/bPavan16/my-dev-portfolio.git
cd dev-portfolio
```

2. **Install dependencies**
```bash
npm install
```

3. **Run the development server**
```bash
npm run dev
```

4. **Open [http://localhost:3000](http://localhost:3000) in your browser**

---

## 📝 Customization

- Update your profile information, skills, and projects in the components inside `/src/components`.
- Replace the profile photo in `/public/profile.jpg`.
- Adjust theme and UI elements using Tailwind CSS and Shadcn UI components.

## 📢 About

This project is perfect for developers looking to create a personal portfolio with a modern tech stack and elegant design.
Feel free to fork, customize, and use it for your own portfolio!

---

## 📄 License

This project is open source and available under the [MIT License](LICENSE).