# Portfolio Website
Welcome to my portfolio website repository! This project was built using Next.js, CSS, and React hooks like `useState` and `useEffect`. It's a fully responsive website showcasing my skills, projects, and more.
🚀 [Live Demo](https://chetan9-portfolio.vercel.app/)
## Features
- Responsive design for all devices.
- Home section with a brief introduction.
- Projects section to display your work.
- Skills section to highlight your expertise.
- Contact section with contact details and a contact form.
- Server Side Rendering.
## Technologies Used
- [Next.js](https://nextjs.org/)
- CSS for styling
- React hooks: `useState` and `useEffect`
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/yourusername/your-portfolio-website.git
- Navigate to the project directory:
cd your-portfolio-website
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit http://localhost:3000 to view your website.
You can customize this website by editing the following files:
pages/home.js
for the home page content.components/portfolio.js
for adding your projects.components/resume.js
for adding your resume details.components/contact.js
for customizing the contact section.components/about.js
for customizing the about section.
- Special thanks to Next.js for making this project possible.
- Icons used in this project are provided by Font Awesome and Simple Line Icons.
Feel free to reach out if you have any questions or need further assistance. Happy coding! 🚀