This is my personal portfolio website, showcasing my skills, projects, and experiences as a software developer. The site is built using Vite, React and three.js to provide a modern and efficient development environment.
- Responsive Design: Ensures a seamless experience across various devices.
- Project Showcase: Highlights my best software development projects.
- About Me Section: Provides a brief overview of my background, skills, and interests.
- Dynamic Portfolio: Easily customizable to add new projects or update existing ones.
- Contact Form: Allows recruiters or visitors to get in touch with me directly.
- Vite: A next-generation frontend tooling for React projects.
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for building modern designs.
- GitHub Pages: Used for deploying the portfolio website.
To run this project locally, follow these steps:
-
Clone the repository
-
Install dependencies:
bash npm install
-
Start the dev server
bash npm run dev