Welcome to the repository for my personal portfolio website! This project showcases my technical skills, projects, and expertise in software engineering. Visit the live site here: Jawher Kl Portfolio
- Professional Design: A sleek and modern design to represent my personal brand.
- Responsive Layout: Optimized for all devices, including mobile, tablet, and desktop.
- Project Showcase: Highlights my key projects with links to their repositories.
- Technical Skills: Displays my expertise in various programming languages and technologies.
- Contact Section: Easy-to-use contact form and links to social media profiles.
- Frontend: ReactJS, JavaScript
- Styling: Bootstrap, custom CSS
- Hosting: GitHub Pages and vercel
├── components/ # Reusable React components
├── Images/ # Public images folder
├── src/ # React components and styles
│ ├── assets/ # Images and icons used in the site
│ ├── App.css # Main CSS component
│ ├── App.jsx # Main App component
│ ├── index.css # index css file
│ ├── main.jsx # Entry point for React
├── index.html # main index for project
├── README.md # Repository documentation (you are here!)
To run the project locally:
-
Clone the repository:
git clone https://github.com/JawherKl/jawherkl.github.io.git
-
Navigate to the project directory:
cd jawherkl.github.io
-
Install the dependencies:
npm install
-
Start the development server:
npm start
The portfolio is hosted using GitHub Pages and Vercel. Any changes pushed to the main
branch will be reflected automatically.
- Add animations for a more interactive user experience.
- Integrate a blog section to share technical articles.
- Implement multilingual support for global accessibility.
This project is open-source and available under the MIT License.
🚀 Built with ❤️ by JawherKl