A modern, fast, and responsive personal portfolio website built with Astro. It showcases my skills, experience, and featured projects as a Full Stack Software Engineer.
- Modern UI: Clean aesthetics with smooth animations using AOS (Animate On Scroll).
- Responsive Design: Works perfectly on mobile, tablet, and desktop.
- Fast Performance: Built with Astro for zero-JS by default and lightning-fast load times.
- Sections Included: About, Skills, Projects, Experience, and Certifications.
- Framework: Astro
- Styling: Custom CSS (variables, grid, flexbox, gradients)
- Icons: Phosphor Icons
- Animations: AOS Library
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |