This repository contains the source code for my personal portfolio website. Built using React and Tailwind CSS, the website showcases my projects, skills, and experiences in a clean and modern design in dark mode.
- Responsive Design: Fully optimized for all screen sizes, from mobile devices to desktops.
- Skills section: Highlighting my technical skills.
- Projects Section: Highlighting key projects with descriptions and links.
- Contact Form: A functional contact form for inquiries.
- Optimized Performance: Lightweight and fast-loading.
- React: For building the user interface.
- Tailwind CSS: For styling and responsive design.
- React Icons: For modern and visually appealing icons.
- /src/components: Contains reusable React components for modularity.
- /public: Static assets such as images and metadata.
-
Clone the repository:
git clone [email protected]:ousscher/My-Portfolio.git cd My-Portfolio
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:3000to view the portfolio.