https://github.com/devopspradeepyadav/portfolio
https://github.com/devopspradeepyadav/portfolio
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devopspradeepyadav/portfolio
- Owner: devopspradeepyadav
- Created: 2025-08-31T11:07:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-31T18:26:38.000Z (10 months ago)
- Last Synced: 2025-08-31T20:34:31.431Z (10 months ago)
- Language: JavaScript
- Size: 39.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
---

## 📖 **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
### 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 🔍
---