This repository contains the source code for my personal portfolio website, built with modern web technologies to showcase my skills, projects, and professional experience as a Full Stack Developer.
Live Site: https://portfolio-tau-pink-m1a3s80ioj.vercel.app/
- Framework: React.js (with Vite)
- Styling: Tailwind CSS
- Animations: Framer Motion
- Icons: React Icons
- Responsive Design: Fully responsive for desktop, tablet, and mobile devices.
- Dynamic Content: All project, skill, and certification data is managed in a central
constantsfile for easy updates. - Interactive UI: Smooth scrolling, hover effects, and section animations powered by Framer Motion.
- Verifiable Credentials: Direct links to all official certifications and publications.
This portfolio is designed to be easily used as a template.
- Use the Template: Click the "Use this template" button on GitHub to create your own repository.
- Clone the Repo:
git clone https://github.com/your-username/your-new-repo.git - Install Dependencies:
npm install - Customize Content: Edit the
src/constants/index.jsfile with your personal information. - Run Locally:
npm run dev