A modern, responsive portfolio website built with Next.js and TailwindCSS.
- Responsive design
- Smooth animations with Framer Motion
- Direct contact options with social links
- Modern UI with TailwindCSS
- Server-side rendering with Next.js
- TypeScript support
- Clone the repository:
git clone <repository-url>
cd portfolio
- Install dependencies:
npm install
- Update the following files with your information:
src/components/Hero.tsx
: Update the introduction text and code snippetsrc/components/About.tsx
: Update your profile information and work experiencesrc/components/Projects.tsx
: Add your own projectssrc/components/Skills.tsx
: Update your skillssrc/components/Contact.tsx
: Update your social links and contact information
- Add your profile image:
- Add your profile image as
public/profile.jpg
- Add project images to the
public
directory
- Run the development server:
npm run dev
- Open http://localhost:3000 to view your portfolio
The easiest way to deploy this portfolio is using Vercel:
- Push your code to a GitHub repository
- Import your repository to Vercel
- Deploy!
This project is licensed under the MIT License.