Skip to content

MohitGupta14/prompt-prodigy

Repository files navigation

Prompt Prodigy

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/prompt-prodigy.git
  2. Navigate to the project directory:

    cd prompt-prodigy
  3. Install dependencies:

    npm install

Usage

  1. Start the development server:

    npm run dev
  2. Open your browser and visit http://localhost:3000 to use Prompt Prodigy.

Configuration

  1. 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
  2. Customize the application as needed.

Contributing

Contributions are welcome! Feel free to submit issues, feature requests, or pull requests.

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature-new-feature.
  3. Commit your changes: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature-new-feature.
  5. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments


Happy prompting! 🚀

About

An AI app that can do anything

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published