Skip to content

0x1Luffy/myportfolio

Repository files navigation

# 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
  1. Navigate to the project directory:
cd your-portfolio-website
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and visit http://localhost:3000 to view your website.

Customization

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.

Acknowledgments

Feel free to reach out if you have any questions or need further assistance. Happy coding! 🚀