Skip to content

amrmabdelazeem/personal-portfolio

Repository files navigation

Personal Portfolio

This is a personal portfolio built with ReactJS to showcase my skills and projects. The portfolio is designed to be responsive and accessible on various devices.

Features

  • Homepage: Introduces myself, my skills, and a brief overview of my experience.

  • Projects: Showcases my projects, including a brief description technologies used, and a link to the live demo or GitHub repository.

  • Skills: Lists my skills and expertise in various areas.

  • Contact: Allows visitors to contact me through a contact form or by email.

Tech Stack

react icon javascript icon html5 icon css icon tailwind icon materialui icon vite icon vercel icon git icon emailjs icon motion framer icon prettier icon vscode icon

Components

The main React components are:

  • Navbar: The navigation bar component that appears on the top of each page.
  • Sidebar: The navigation bar that shows on smaller devices.
  • Hero: The hero section component that appears on the homepage.
  • TitleChanger: A component that changes all the time showing job titles.
  • About: The about section component Which contains main information.
  • Skills: The skills section component that appears on the skills page.
  • Projects: The projects section component contains latest projects.
  • Contact: The contact section component which you can use to send a message directly to me through emailJS.

Getting Started

To get a local copy up and running, follow these simple steps:

  1. Clone the repository
git clone https://github.com/yourusername/personal-portfolio.git
  1. Navigate to the project directory
cd personal-portfolio
  1. Install the dependencies
npm install
  1. Start the development server with Vite
npm run dev
  1. Open the browser and navigate to http://localhost:${port} to view the portfolio.

Contribution

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch git checkout -b feature/AmazingFeature
  3. Commit your Changes git commit -m 'Add some AmazingFeature'
  4. Push to the Branch git push origin feature/AmazingFeature
  5. Open a Pull Reques

Contact

Enjoy!