This repository contains the source code for my personal portfolio website, built with React and Vite. The site is currently a work in progress, designed to showcase my projects, skills, and professional journey. As I continue to develop and enhance it, more components and features will be added to create a comprehensive online presence.
- React: For building reusable UI components, ensuring a smooth and interactive user experience.
- Vite: A fast and lightweight tool for building the app, providing a quick development environment.
The portfolio is organized into several key components, each serving a specific purpose:
- Navbar: Provides navigation links to different sections of the portfolio.
- IntroTemp: Displays an introduction section
- Portfolio: Showcases some projects i've contributed to over the last 24 months.
- Publications: Provides access to my publications and external links.
- Links: Provides access to my social handles.
To run the project locally:
-
Clone the repository:
git clone https://github.com/your-username/portfolio.git
-
Navigate to the project folder:
cd portfolio
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the app in your browser:
http://localhost:3000
- About Me section: A dedicated space to share my background and story.
- Projects Showcase: A more detailed presentation of my work, with links and descriptions.
- Contact Form: An interactive form for visitors to reach out directly.
- Responsive Design: Ensuring the portfolio is accessible and user-friendly across all devices.
Feel free to explore the code and provide feedback as I continue to refine and enhance this portfolio!