# DIY Portfolio

Welcome to DIY Portfolio, a Next.js based website for creating your personalized portfolio with ease. This minimalistic and customizable portfolio allows you to showcase your skills, projects, and experiences hassle-free.

### Features 🌟

* **Easy Configuration ⚙️**: Customize your portfolio by updating the data.json file. Follow the official documentation for detailed instructions.
* **Easy Deploy 🚚**: Deployable with a few clicks using Vercel.
* **Project Showcase 🖼️**: Display your projects with details, including titles, descriptions, images, and technologies used.
* **Expertise Section 🛠️**: Highlight your skills and interests in a dedicated section to make a strong impression.
* **Social Media Integration 📱**: Provide links to your social media profiles for easy connectivity.
* **Responsive Design 📐**: Ensure a seamless experience on various devices with a responsive and modern design.
* **Contact Form with Notion Integration 📬**: Receive and store contact enquiries seamlessly using the Notion API.

### Deployment ⚙️

Please follow the steps in [documentation](https://docs.nmreddy.me/diy-portfolio/) to deploy the website.

### Issues & Queries ⁉️

Please use the discussions and issues spaces to ask your queries or to raise issues.

### Author 👩‍💻

* Manish Reddy Nandineni ([nmreddy.me](https://nmreddy.me))

### Customization✏️

Feel free to personalize the styling, layout, and content to match your preferences. The website utilizes Next.js components, making it straightforward to modify and expand.

### License 🪪

This project is licensed under the Mozilla Public License 2.0 - see the LICENSE.md file for details.

***

Craft your unique portfolio with DIY Portfolio! If you have any questions or suggestions, refer to the [documentation](https://docs.nmreddy.me/diy-portfolio/readme) or feel free to reach out. Happy showcasing!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nmreddy.me/diy-portfolio/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
