- Responsive design optimized for all devices
- Dark theme with clean typography
- GitHub activity and contributions visualization
- Contact information and social links
- Performance optimized with Next.js
- Framework: Next.js 14
- Language: TypeScript
- Styling: Tailwind CSS
- Icons: Lucide React
- Deployment: Vercel
-
Clone the repository
-
Install dependencies:
npm install # or pnpm install -
Run the development server:
npm run dev # or pnpm dev -
Open http://localhost:3000 in your browser
- Update personal information in
app/page.tsx - Modify styling in
app/globals.cssand component files - Add or remove sections as needed
- Configure GitHub username in the components
The project is configured for easy deployment on Vercel. Simply connect your GitHub repository to Vercel for automatic deployments.