This is a personal portfolio website built with React. It showcases projects, skills, and contact information.
- Responsive design
- Project showcase
- Skills section
- Contact form
- Node.js
- npm
git clone https://github.com/your-username/portfolio.git
cd portfolio
npm installnpm startportfolio/
├── public/
├── src/
│ ├── components/
│ ├── assets/
│ ├── App.js
│ └── index.js
├── package.json
└── README.md
- Update
src/componentsto add or modify sections. - Replace images in
src/assets. - Edit content in
App.jsfor personal details.
You can deploy using Vercel, Netlify, or GitHub Pages.
This project is open source and available under the MIT License.