A modern, responsive portfolio website built with Next.js 14, TypeScript, Tailwind CSS, and Framer Motion.
- 🌙 Dark/Light mode support
- 📱 Fully responsive design
- 🎨 Modern UI with Tailwind CSS
- ✨ Smooth animations with Framer Motion
- ⚡ Built with Next.js 14 and TypeScript
- 🎯 SEO optimized
- Next.js 14
- TypeScript
- Tailwind CSS
- Framer Motion
- Shadcn UI
- Radix UI
-
Clone the repository: ```bash git clone [repository-url] ```
-
Install dependencies: ```bash npm install ```
-
Start the development server: ```bash npm run dev ```
-
Open http://localhost:3000 in your browser.
/src/app
- Next.js app router pages/src/components
- React components/src/styles
- Global styles and Tailwind CSS configuration/src/lib
- Utility functions and shared code
-
Update the content in the components:
src/components/hero.tsx
src/components/skills.tsx
src/components/projects.tsx
src/components/contact.tsx
-
Modify the theme in
tailwind.config.ts
-
Add your social links in
src/components/contact.tsx
MIT