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

https://github.com/devopspradeepyadav/portfolio


https://github.com/devopspradeepyadav/portfolio

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 🚀 **Pradeep Yadav - Portfolio Website**

🎯 **Live Demo**: [Click Here](https://pradeepyadav.info/)

📌 **GitHub Repo**: [Portfolio Repository](https://github.com/devopspradeepyadav/portfolio.git)

---
image

## 📖 **Overview**
This is my **personal portfolio website** built with **React.js**. It showcases my:
✅ **Skills & Expertise**
✅ **Projects & Achievements**
✅ **Education & Experience**
✅ **Resume Download**
✅ **Contact Information**

It is designed to be **fast, responsive, and visually appealing**.

---

## 🚀 **Tech Stack**
| Technology | Purpose |
|------------|---------|
| **React.js** | Frontend Development |
| **Tailwind CSS** | Styling & UI Components |
| **Framer Motion** | Smooth Animations |
| **React Router** | Navigation Between Pages |
| **EmailJS** | Contact Form Functionality |
| **FontAwesome** | Icons for UI Elements |

---

## 📌 **Features**
✅ **Responsive Design** - Works on all devices 📱💻
✅ **Dark Mode Toggle 🌙**
✅ **Interactive Animations 🎨**
✅ **Project Showcase with Filters**
✅ **Download Resume as PDF 📄**
✅ **Contact Form with EmailJS ✉️**

## Well Optimzed Code
image
### Uses minimum resouces on 2vCPU and 0.5G RAM and works best.
---

## 🔧 **Installation & Setup**
Follow these simple steps to set up the project on your local machine:

1️⃣ **Clone the Repository**
```sh
git clone https://github.com/devopspradeepyadav/portfolio.git
cd portfolio
```

2️⃣ **Install Dependencies**
```sh
npm install
```

3️⃣ **Start the Development Server**
```sh
npm run dev
```

4️⃣ **Open in Browser**
Visit: `http://localhost:5173/`

---

## 📄 **Resume Integration**
To update your resume, replace the file in the **public/documents** folder:
```sh
/public/documents/Pradeep Resume.pdf
```
Ensure the **Resume.js** component points to the correct file:
```jsx
const resumeUrl = "/documents/Pradeep.pdf";
```

---

## 📬 **Contact Me**
💼 **Portfolio**: [pradeepyadav.info](https://pradeepyadav.info/)
📧 **Email**: [ ](mailto:devopyadav@gmail.com)
🔗 **LinkedIn**: [linkedin.com/in/pullpy](https://linkedin.com/in/pullpy)
🐙 **GitHub**: [github.com/devopspradeepyadav](https://github.com/devopspradeepyadav)

---

## 📜 **License**
This project is **open-source** and available under the **MIT License**.

---

## ⭐ **Show Your Support**
If you like this project, **give it a star ⭐** on GitHub! 🙌

---

### 🎯 **Next Steps** (Future Improvements)
✅ Add a blog section 📝
✅ Improve animations for better UI ✨
✅ Optimize SEO for better visibility 🔍

---