A modern and responsive portfolio website built with Astro, showcasing my projects and skills.
This portfolio website is built using Astro, a modern static site builder that delivers lightning-fast performance. It features:
- Responsive design
- Fast loading times
- Project showcase
- Skills section
- Contact information
- Blog section (coming soon)
- Astro
- HTML/CSS
- JavaScript
- Tailwind CSS
- TypeScript
/
├── public/
│ └── favicon.svg
├── src/
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
└── package.json
All commands are run from the root of the project:
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 |
This project is open source and available under the MIT License.
- Live Site: https://a-mansour-portfolio.netlify.app/
- GitHub Repository: https://github.com/ahmedmansour200/portfolio-website