Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.39 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.39 KB

ChatGPT Prompts

ChatGPT Prompts is a web application that provides prompts generated by the OpenAI GPT-3 language model. The prompts can be used for a variety of purposes, such as inspiration for writing, conversation starters, or as exercises for learning a new language.

Screenshot from 2023-02-23 18-08-58

Demo

You can see a live demo of the application at https://usefulchatgptprompts.netlify.app/

Installation

To install ChatGPT Prompts on your local machine, follow these steps:

  1. Clone the repository: git clone https://github.com/puppe1990/useful_chatgpt_prompts.git
  2. Navigate to the project directory: cd useful_chatgpt_prompts
  3. Install dependencies: npm install
  4. Start the development server: npm start

Usage

Once you have installed and started the application, you will be able to browse and search for prompts. You can filter the prompts by category and copy the text to your clipboard by clicking the "Copy" button.

Contributing

If you would like to contribute to the development of ChatGPT Prompts, you can do so by submitting pull requests to the project repository on GitHub. Before submitting a pull request, please make sure that your code adheres to the project's coding standards and has been thoroughly tested.

License

This project is licensed under the MIT License.