Welcome to the source code for my personal portfolio website — built with Vite + React + Tailwind CSS + Three.js to showcase my work, skills, and experiments in web design and development.
🔗 Live Demo: View Portfolio
🔗 Vercel Deployment: Visit on Vercel
This portfolio is my digital playground and showcase:
- ✨ Designed & developed from scratch.
- ⚡ Built with modern tools — Vite, React, TailwindCSS, GSAP, Three.js.
- 🎨 Fully responsive — works on mobile, tablet, desktop.
- 🧩 Includes interactive 3D elements & animations.
- 🚀 Hosted on Vercel (or GitHub Pages if you prefer).
- Framework: React, Vite
- Styling: Tailwind CSS
- Animation: GSAP
- 3D: Three.js, React Three Fiber
- Deployment: Vercel & GitHub Pages
To run this project on your machine:
# Clone the repo
git clone https://github.com/RajX-dev/Portfolio.git
# Go into the folder
cd Portfolio
# Install dependencies
npm install
# Start local dev server
npm run dev
# Open http://localhost:5173 in your browser