Hi there! 👋 Welcome to my personal portfolio website, where I showcase my projects, skills, and the journey of my career as a Full Stack Developer. This site reflects my passion for clean code, intuitive UI/UX, and modern web development.
- Frontend: HTML5, CSS3, JavaScript (ES6+), [React.js]
- UI Library: Material UI (Yet to be used 😜)
- Hosting: Netlify
- Other Tools: Prettier, ESLint, Google Analytics
- 🎯 Fully responsive layout (web-first design)
- ✨ Smooth scrolling and interactive UI/UX
- 📬 Contact form integration
- 🌙 Light/Dark mode toggle
portfolio/
├── public/
│ └── assets
├── src/
│ ├── AboutSection/
│ ├── Contact/
│ ├── Copyright/
│ ├── ExperienceCard/
│ ├── ExperienceSction/
│ ├── IconButton/
│ ├── navigation/
│ ├── navigation-button/
│ ├── Skills/
│ ├── SkillsInformation/
│ ├── ThemeComponents/
│ ├── App.jsx
│ └── main.jsx
├── .gitignore
├── README.md
├── package.json
└── vite.config.js