A modern, responsive portfolio website built with Next.js and Tailwind CSS. This portfolio is designed to be easily customizable and perfect for students to showcase their projects and skills.
- 🎨 Modern and clean design
- 📱 Fully responsive
- 🚀 Fast and optimized
- 📝 Easy to customize
- 🎯 Project showcase
- 📬 Contact form
- 🛠️ Skills section
- 📄 About section
- Clone this repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
To add a new project, edit the src/data/projects.ts file. Each project should follow this structure:
{
id: string;
title: string;
description: string;
image: string;
technologies: string[];
githubUrl?: string;
liveUrl?: string;
}- Update your name in
src/components/Layout.tsx - Modify the About section in
src/app/page.tsx - Update the skills list in the Skills section
- Add your social media links in the footer
The website uses Tailwind CSS for styling. You can customize the colors, spacing, and other design elements by modifying the Tailwind classes in the components.
This portfolio can be easily deployed to Vercel:
- Push your code to GitHub
- Import your repository to Vercel
- Deploy!
Feel free to submit issues and enhancement requests!
This project is open source and available under the MIT License.