Skip to content

ahmedmansourmo/portfolio-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Portfolio Website

A modern and responsive portfolio website built with Astro, showcasing my projects and skills.

🚀 Project Overview

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)

🛠️ Tech Stack

  • Astro
  • HTML/CSS
  • JavaScript
  • Tailwind CSS
  • TypeScript

🗂️ Project Structure

/
├── public/
│   └── favicon.svg
├── src/
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
└── package.json

🧞 Commands

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

📝 License

This project is open source and available under the MIT License.

🔗 Links

About

A personal portfolio website showcasing my projects, skills, and blog posts. Built with Astro.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Astro 94.1%
  • TypeScript 2.8%
  • CSS 2.0%
  • JavaScript 1.1%