Hi there! 👋 Welcome to my Portfolio Website built with 💻 React.
This is where I showcase my projects, skills, and journey as a CSE (AI) student and aspiring developer.
🚀 Live Demo: Click here to visit
Tech | Used For |
---|---|
⚛️ React | Frontend Development |
🎨 CSS3 | Styling & Responsiveness |
📝 HTML5 | Semantic Markup |
📦 gh-pages | Deployment on GitHub |
📐 Figma | UI/UX Prototyping |
🏷 JavaScript | Dynamic Interactions |
This portfolio is designed to provide a professional overview of:
Portfolio/ ├── public/ │ ├── index.html │ └── favicon.ico ├── src/ │ ├── assets/ # Images and icons │ ├── components/ # React components │ ├── App.js # Main React component │ ├── App.css # Styling │ └── index.js # Entry point ├── .gitignore ├── package.json ├── README.md