This is a portfolio website built using Next.js and styled with Tailwind CSS.
This repository contains the code for my personal portfolio website. It showcases my projects, skills, and provides a way for visitors to get to know me better.
Responsive Design: The website is fully responsive, ensuring it looks great on various devices.
Project Display: Showcase your projects with project cards, including project descriptions and links.
Skills Section: Highlight your skills, tools, and technologies you are proficient in.
About Me: Provide a brief introduction about yourself.
Contact Information: Offer a way for visitors to contact you or connect with you on social media.
Clone the Repository:
git clone <repository-url>
Install Dependencies:
cd portfolio-website
npm install
Run the Development Server:
npm run dev
Open your browser and navigate to http://localhost:3000 to see your portfolio website in action during development.
Customize Content: Replace the example content in the project cards, skills section, and about me to match your own projects and details.
Styling: Tailwind CSS is used for styling. You can customize the styles by modifying the Tailwind CSS configuration.
Deployment: When you're ready, deploy your website to a hosting platform of your choice. Next.js allows for easy deployment to platforms like Vercel, Netlify, or your own server.
To customize the appearance and content of your portfolio website, you can edit the following files:
pages/index.js
: Update the content in the project cards, about me, and skills sections.
styles/Home.module.css
: Modify the styles if you want to change the look and feel.
tailwind.config.js
: Customize the Tailwind CSS configuration.
This project is open-source and available under the MIT License. Feel free to use, modify, and share it as you like.