A minimalist, modern personal portfolio website showcasing my projects, skills, and professional background.
- Clean, Minimal Design - Black and white theme with modern typography
- Smooth Page Transitions - Optimized animations between pages
- Interactive Elements - Hover effects, typewriter animations, and more
- Responsive Layout - Works seamlessly on all device sizes
- Dock Navigation - macOS-inspired dock for easy navigation
- Performance Optimized - Fast loading times and smooth interactions
- Next.js 15 - React framework for server-side rendering
- TypeScript - Type-safe JavaScript
- CSS Modules - Component-scoped styling
- Framer Motion - Advanced animations
- React Hooks - For state management
- CSS Animations - Custom animations for interactive elements
- Home - Introduction with name animation and grid layout navigation
- About - Professional background and personal information
- Work - Showcase of projects and professional work
- Builder's Index - Technical skills and development approach
- Downloads - Resume and other downloadable resources
- Contact - Contact information and social links
- Clone the repository:
git clone https://github.com/Prigoistic/portfolio.git
cd portfolio- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser
This portfolio is deployed on Vercel. The easiest way to deploy it yourself is:
- Push your code to GitHub
- Import the project on Vercel
- Let Vercel handle the rest!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.