This is my personal website, built using React + Tailwind CSS and deployed via GitHub Pages. It serves as a professional portfolio showcasing my projects, skills, and background.
- Clean & Modern UI with Tailwind CSS.
- Project Carousel exhibiting my work.
- Experience Timeline showcasing my relevant experience.
- Technologies and Education Sections.
- Responsive Design for all devices.
(for future personal reference)
- Install dependencies:
npm install
- Build the project:
npm run build
- Deploy to GitHub Pages:
npm run deploy