This repository contains my personal portfolio website built using React, Vite, and Tailwind CSS.
The website showcases my skills, projects, and background as a developer, presented in a clean, responsive design.
- Modern Stack: Built with React + Vite for fast development and hot reloading.
- Responsive Design: Fully mobile-friendly using Tailwind CSS.
- Deployed on GitHub Pages: Automatically built and deployed via GitHub Actions.
- AI-Assisted Development: Most of the code structure, components, and deployment automation were generated using AI tools, significantly reducing the overall development time while maintaining quality and readability.
- Frontend: React, TypeScript, Tailwind CSS
- Build Tool: Vite
- Deployment: GitHub Pages (with CI/CD workflow)
- Package Manager: npm
Clone and run locally:
git clone https://github.com/hrushitha12/Portfolio.git
cd Portfolio
npm install
npm run devThe app will be available at http://localhost:5173/.
This project is automatically deployed to GitHub Pages whenever code is pushed to the main branch.
The live site can be viewed at:
👉 https://hrushitha12.github.io/Portfolio/
Deployment is handled by a GitHub Actions workflow defined in:
.github/workflows/deploy.yml
This project is open-sourced under the MIT License.