Prompt Prodigy is a web application built with Next.js and Tailwind CSS that leverages the power of Gemini's GPT-3 to generate creative and engaging content based on user prompts.
- Intuitive Interface: Simple and user-friendly design for an effortless experience.
- Prompt Generation: Enter prompts and let GPT-3 generate creative content for you.
- Real-time Feedback: Get instant feedback with a loading spinner while content is being generated.
-
Clone the repository:
git clone https://github.com/your-username/prompt-prodigy.git
-
Navigate to the project directory:
cd prompt-prodigy
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit http://localhost:3000 to use Prompt Prodigy.
-
Obtain any necessary API key from Gemini and replace
'YOUR_API_KEY'
in the.env.local
file with your actual API key.GEMINI_API_KEY=YOUR_API_KEY
-
Customize the application as needed.
Contributions are welcome! Feel free to submit issues, feature requests, or pull requests.
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-new-feature
. - Commit your changes:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature-new-feature
. - Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Happy prompting! 🚀