A modern, responsive web application for discovering and sharing AI prompts. Easily browse through different categories of prompts and copy them to your clipboard with a single click.
- 🎨 Modern, clean UI with responsive design
- 🔍 Search functionality to find specific prompts
- 📋 One-click copy to clipboard
- 🏷️ Categorized prompts for easy navigation
- 🌓 Dark mode ready
- A modern web browser
- (Optional) GitHub account for deployment
-
Clone the repository:
git clone https://github.com/your-username/prompt-gallery.git cd prompt-gallery
-
Open
index.html
in your preferred web browser
This project is designed to be easily deployed to GitHub Pages:
- Create a new repository on GitHub
- Push your code to the repository
- Go to the repository settings
- Navigate to "Pages" in the left sidebar
- Under "Source", select the
main
ormaster
branch and click "Save" - Your site will be published at
https://<username>.github.io/<repository-name>/
To add new prompts, edit the prompts
array in script.js
. Each prompt should be an object with the following structure:
{
id: 1,
title: "Prompt Title",
prompt: "The actual prompt text goes here...",
category: "category-name" // e.g., "coding", "creative", "business", "productivity"
}
- Main styles are in
styles.css
- Uses Bootstrap 5 for responsive layout and components
- Custom CSS variables for easy theming
- HTML5
- CSS3 (with CSS Variables)
- JavaScript (ES6+)
- Bootstrap 5
- Font Awesome for icons
- Google Fonts for typography
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.