Welcome to the Gift Generation App! This application allows users to effortlessly generate personalized gift suggestions for various occasions, tailored to the recipient's personality and budget. We leverage OpenAI's API to provide you with creative and thoughtful gift ideas.
-
User Input Fields: The app provides user-friendly input fields for users to fill out key details:
- Who the gift is for.
- Budget for the gift.
- Occasion for which the gift is intended.
- Information about the recipient's personality.
-
OpenAI Integration: We use OpenAI's API to generate gift suggestions based on the user's input, and display them in the app.
- UI Components: Next.js, Shadcn
- Styling: Tailwind CSS
- API Integration: OpenAI's API to send prompt requests for gift suggestions.
To get started with the Gift Generation App, follow these steps:
- Clone this repository.
- Install the required dependencies by running
npm installoryarn install. - Set up your OpenAI API credentials (follow OpenAI's documentation).
- Configure the app to use your API credentials.
- Run the app locally using
npm run devoryarn dev.
- Open the app in your web browser.
- Fill out the user input fields with the details of the gift recipient.
- Click the "Generate Gifts" button.
- The app will make a request to OpenAI's API and display the generated gift suggestions.
We welcome contributions to the Gift Generation App. If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and test thoroughly.
- Submit a pull request with a clear description of your changes.
