A modern and responsive portfolio website built using React & Vite, designed to showcase my Data Science projects, technical skills, and achievements.
Experience the project live:
You can install the project dependencies by running:
npm install --legacy-peer-deps
- React β Component-based UI framework
- Vite β Fast build tool for React
- Tailwind CSS β Utility-first CSS framework
- Framer Motion β Animations for a dynamic UI
- React Icons β Icon library for React
- react-three-fiber β 3D graphics rendering
Start a development server on localhost:5173:
npm run dev
Build the project for production:
npm run build
