A modern, responsive, and SEO-friendly portfolio website built with React.js, styled with CSS/Tailwind, and optionally powered by a Node.js backend for contact form and blog features.
This project showcases my skills, projects, and professional profile in an interactive format.
- 📄 Interactive Resume & Portfolio Sections
- 🖼️ Project Showcase with GitHub/Live Demo Links
- 📬 Contact Form with Email Notifications (Node.js + Nodemailer)
- 🔍 SEO-Friendly Structure for Better Visibility
- 📱 Fully Responsive Design (Mobile, Tablet, Desktop)
Frontend:
- React.js
- HTML5 / CSS3
- JavaScript (ES6+)
- TailwindCSS / Styled Components
Backend (Optional):
- Node.js
- Express.js
- Nodemailer (for email notifications)
Deployment:
- GitHub Pages / Vercel / Netlify
│── public/ # Static assets │── src/ │ ├── components/ # Reusable UI components │ ├── pages/ # Home, About, Projects, Contact │ ├── assets/ # Images, icons │ ├── App.js # Main app entry │ └── index.js # React DOM render │── server/ (optional) # Node.js backend for contact form │── package.json │── README.md