A sleek, modern personal portfolio showcasing projects, skills, and experiences. Built with cutting-edge technologies like Next.js, Tailwind CSS, Framer Motion, and TypeScript, this portfolio offers an engaging and responsive user experience.
- Responsive Design: Optimized for all devices, from mobile to desktop.
- Smooth Animations: Powered by Framer Motion for a polished and interactive feel.
- Dynamic Routing: Built with Next.js for seamless navigation.
- Clean Architecture: Feature-Sliced Design (FSD) methodology ensures maintainability and scalability.
- Customizable Theme: Easily tweak styles with Tailwind CSS.
- Hosted on Vercel: Fast and reliable deployment.
- Next.js: Server-side rendering and dynamic routing.
- TypeScript: Strongly typed for a more robust development experience.
- Tailwind CSS: For modern, responsive styling.
- Framer Motion: Smooth animations and transitions.
- Feature-Sliced Design (FSD): For structured and scalable code architecture.
- Vercel: Deployment platform for hosting.
Check out the live portfolio here: click here
The project follows the Feature-Sliced Design (FSD) methodology for better modularity:
src/
├── app/ # Next.js app-routing directory
├── shared/ # Reusable components, utilities, and constants
├── entities/ # Business logic and domain-level entities
├── features/ # Application-level features and UI elements
├── public/ # Static assets
├── styles/ # Global styles and configurations
└── types/ # Global TypeScript types