Welcome to my personal portfolio! This web application showcases my skills, projects, and experiences as a full-stack developer. Built using modern web technologies, including Vite, Vue.js, and Tailwind CSS, this portfolio reflects my dedication to creating elegant and user-friendly web applications.
- Responsive Design: My portfolio is designed to work seamlessly on various devices, ensuring an optimal user experience.
- Project Showcase: Explore my recent projects, including web applications, websites, and more.
- About Me: Learn more about my background, skills, and passion for web development.
- Skills: Discover the technologies and frameworks I specialize in, such as Vue.js, Node.js, React.js, and more.
- Contact: Reach out to me for inquiries, collaborations, or just to say hello!
- Vite: A fast, modern build tool for web development.
- Vue.js: A progressive JavaScript framework for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for creating responsive and customizable designs.
To run this project locally, follow these steps:
- Clone this repository to your local machine.
- Install project dependencies using your preferred package manager.
- Run the development server to start the application.
# Clone the repository
git clone https://github.com/khaled50k/personal-portfolio.git
# Navigate to the project directory
cd personal-portfolio
# Install dependencies (using npm or yarn)
npm install
# or
yarn install
# Start the development server
npm run dev
# or
yarn dev