mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-04-19 06:31:18 +00:00
1.3 KiB
1.3 KiB
1 | act | prompt |
---|---|---|
2 | TodoApp | Create a simple todo app with HTML, CSS, and JavaScript that allows users to add, complete, and delete tasks. Include local storage functionality. |
3 | WeatherApp | Build a weather app that fetches data from a weather API. Show current temperature, conditions, and a 5-day forecast. Use modern CSS for styling. |
4 | CalculatorApp | Create a calculator web app with basic arithmetic operations (+, -, *, /). Include a clean, modern interface with proper error handling. |
5 | NotesApp | Develop a notes application that lets users create, edit, and delete notes. Include markdown support and local storage persistence. |
6 | TimerApp | Build a countdown timer app with start, pause, and reset functionality. Add sound notifications when timer completes. |
7 | QuizApp | Create a simple quiz app that presents multiple-choice questions, tracks score, and shows results at the end. |
8 | ColorPicker | Build a color picker tool that shows RGB, HEX values and generates complementary colors. |
9 | PasswordGenerator | Create a password generator that creates strong passwords with customizable length and character types. |
10 | BMICalculator | Build a BMI calculator that takes height and weight inputs and shows the BMI category with health recommendations. |
11 | CurrencyConverter | Create a currency converter that fetches real-time exchange rates and converts between different currencies. |