Portfolio

🌐 Personal Portfolio – Vaishnavi Agrawal

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 Stack

Tech Used For
⚛️ React Frontend Development
🎨 CSS3 Styling & Responsiveness
📝 HTML5 Semantic Markup
📦 gh-pages Deployment on GitHub
📐 Figma UI/UX Prototyping
🏷 JavaScript Dynamic Interactions

📖 About the Project

This portfolio is designed to provide a professional overview of:


📂 Folder Structure

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