🔗 Live Website: View Portfolio on Netlify
This is a fully responsive and animated portfolio website that showcases my skills and interests Web Development. I built this website using React + Tailwindcss. The website features smooth section scrolling, glowing UI effects, and modular React components.
- ⚛️ React
- ⚡ Vite
- 🎨 Tailwind CSS
- 🖼️ Icons sourced from Icons8
- Implementing smooth scroll-based navigation with
scroll-mtto prevent header overlap. - Designing modular and reusable React components for cards and sections.
- Adding hover glow animations and responsive UI with Tailwind.
- Hosting a Vite + React app using GitHub Pages.
- Using
gh-pagespackage to automate deployment.
To run the project locally on your machine:
- Clone the repository
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name - Install dependencies
npm install
- Start the development server
npm run dev
- Visit
- Open your browser and go to: http://localhost:5173
