HTML5 & CSS3 for semantic structure and styling
This project is a modern, responsive portfolio website built to showcase my skills, projects, and experience as a frontend developer. The site is designed with a focus on accessibility, performance, and user experience.
HTML5 & CSS3 for semantic structure and styling
JavaScript (ES6+) for interactivity and dynamic content
React.js for component-based UI development
Sass for advanced CSS management
Webpack for module bundling and asset optimization
Netlify for continuous deployment and hosting
Responsive design for all devices
Animated transitions and interactive UI elements
Project gallery with filtering and modal previews
Contact form with validation and email integration
Dark/light mode toggle
SEO optimized and fast loading
/portfolio-website
├── public/
│ ├── index.html
│ └── assets/
├── src/
│ ├── components/
│ │ ├── Header.js
│ │ ├── ProjectGallery.js
│ │ ├── ContactForm.js
│ │ └── Footer.js
│ ├── styles/
│ │ └── main.scss
│ ├── App.js
│ └── index.js
├── package.json
└── README.md