Welcome to my portfolio website! This project showcases my skills, experience, and projects as a developer.
This portfolio is a single-page application (SPA) created with React and Vite. It includes sections for:
- About Me: Learn about my background, skills, and goals.
- Projects: View my personal and professional projects, complete with descriptions and links.
- Skills: Overview of my technical skills and proficiencies.
- Contact: Easy ways to connect with me through various platforms.
- Responsive Design: Fully responsive for all devices (desktop, tablet, mobile).
- Modern UI: Clean, modern design with smooth transitions.
- Optimized Performance: Leveraging Vite for fast builds and efficient development.
- Single Page Application: Smooth navigation without reloading.
- React: JavaScript library for building user interfaces.
- Vite: Build tool for lightning-fast development.
- CSS Modules: For styling components.
To get a local copy up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/your-portfolio.git cd your-portfolio
-
Install dependencies:
npm install
-
Run the development server:
npm run dev