This repository contains the source code for my personal portfolio website. The website showcases my projects, skills, and provides a way for others to get in touch with me. It is built using Vite.js, HTML, CSS, and React, and is deployed using Azure Static Web App.
- Home page with a hero section welcoming visitors and providing a brief introduction.
- About page highlighting my background, skills, and experience.
- Work page showcasing my projects with descriptions, screenshots, and links.
- Contact page with a contact form for visitors to reach out to me.
- Resume page providing a downloadable version of my resume.
- Responsive design to ensure a great user experience on different devices.
- Vite.js: A fast and lightweight development tooling for modern web projects.
- HTML: Markup language for structuring the content of web pages.
- CSS: Stylesheet language for designing the visual presentation of web pages.
- React: JavaScript library for building user interfaces.
- Azure Static Web App: A powerful platform for continuous deployment and hosting.
To run the project locally, follow these steps:
-
Clone the repository:
git clone <your-repo-url-here>
-
Navigate to the project directory:
cd MainPortfolio -
Install the dependencies:
npm install
-
Start the development server:
npm run dev
The website will be accessible at
http://localhost:5173.
The website is automatically deployed to Netlify whenever changes are pushed to the main branch. The deployment status can be viewed using the Netlify badge at the top of this README.