awesome-chatgpt-prompts/vibe/vibecoding.csv

1.3 KiB

1actprompt
2TodoAppCreate a simple todo app with HTML, CSS, and JavaScript that allows users to add, complete, and delete tasks. Include local storage functionality.
3WeatherAppBuild a weather app that fetches data from a weather API. Show current temperature, conditions, and a 5-day forecast. Use modern CSS for styling.
4CalculatorAppCreate a calculator web app with basic arithmetic operations (+, -, *, /). Include a clean, modern interface with proper error handling.
5NotesAppDevelop a notes application that lets users create, edit, and delete notes. Include markdown support and local storage persistence.
6TimerAppBuild a countdown timer app with start, pause, and reset functionality. Add sound notifications when timer completes.
7QuizAppCreate a simple quiz app that presents multiple-choice questions, tracks score, and shows results at the end.
8ColorPickerBuild a color picker tool that shows RGB, HEX values and generates complementary colors.
9PasswordGeneratorCreate a password generator that creates strong passwords with customizable length and character types.
10BMICalculatorBuild a BMI calculator that takes height and weight inputs and shows the BMI category with health recommendations.
11CurrencyConverterCreate a currency converter that fetches real-time exchange rates and converts between different currencies.