👋 Welcome to my Personal Portfolio Website
A modern, responsive and elegantly crafted digital space that showcases my work 💼, skills 🛠️, projects 🚀 and professional journey 🌍.
Built with React.js ⚛️, this portfolio is a reflection of both my technical capabilities 💡 and creative design sensibilities 🧠.
- ⚛️ Built with React.js
- 🎨 Clean and modern UI/UX
- 📱 Fully responsive
- 🌙 Dark Mode support
- 🚀 Smooth animations
- 📂 Project showcase
| Technology | Description |
|---|---|
| React.js | Frontend JavaScript library |
| JSX | React templating language |
| CSS3 | Styling & responsive design |
| Vite | Fast build tool & dev server |
| Git & GitHub | Version control & hosting |
├── public/
│ └── index.html
├── src/
│ ├── assets/ # Images, SVGs
│ ├── components/ # Reusable UI components
│ ├── pages/ # Main page sections (About, Projects, Contact)
│ ├── App.jsx
│ └── index.js
├── .gitignore
├── README.md
└── package.json