A modern, interactive portfolio website built with React, Three.js, and Tailwind CSS.
Visit the live website: https://mnraza.vercel.app/
- Interactive 3D elements using Three.js
- Responsive design with Tailwind CSS
- Smooth animations and transitions
- Modern UI/UX design
- Project showcase section
- Experience timeline
- Contact form
- React.js
- Tailwind CSS
- Vite (Build tool)
- Framer Motion (Animations)
- Clone the repository
- Install dependencies:
pnpm install
- Run the development server:
pnpm dev
src/components/- React componentssrc/sections/- Page sectionspublic/assets/- Static assetspublic/models/- 3D modelspublic/textures/- Textures for 3D models
The portfolio can be easily customized by:
- Updating personal information in components
- Replacing 3D models in the
public/models/directory - Modifying styles using Tailwind CSS classes
- Adding new sections as needed
This project is open source and available under the MIT License.