A personal portfolio website built with React and Three.js, featuring interactive 3D elements and smooth animations.
- React 18 – UI framework
- Three.js – 3D rendering
- React Three Fiber – React renderer for Three.js
- React Three Drei – Useful helpers for React Three Fiber
- Framer Motion – Animations
- Tailwind CSS – Styling
- Vite – Build tool
- Node.js (v16+)
- npm
git clone https://github.com/CollinsIkiara/Portfolio.git
cd Portfolio
npm installnpm run devOpen http://localhost:5173 in your browser.
npm run buildThis project is deployed on Vercel. Any push to the main branch triggers an automatic redeployment.
This project is open source and available under the MIT License.