Add vibecoding.csv with one-shot prompts for simple app building

This commit is contained in:
Fatih Kadir Akın 2025-03-16 00:19:52 +03:00
parent 38133d4747
commit f69ade541f

11
vibe/vibecoding.csv Normal file
View File

@ -0,0 +1,11 @@
act,prompt
TodoApp,"Create a simple todo app with HTML, CSS, and JavaScript that allows users to add, complete, and delete tasks. Include local storage functionality."
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."
CalculatorApp,"Create a calculator web app with basic arithmetic operations (+, -, *, /). Include a clean, modern interface with proper error handling."
NotesApp,"Develop a notes application that lets users create, edit, and delete notes. Include markdown support and local storage persistence."
TimerApp,"Build a countdown timer app with start, pause, and reset functionality. Add sound notifications when timer completes."
QuizApp,"Create a simple quiz app that presents multiple-choice questions, tracks score, and shows results at the end."
ColorPicker,"Build a color picker tool that shows RGB, HEX values and generates complementary colors."
PasswordGenerator,"Create a password generator that creates strong passwords with customizable length and character types."
BMICalculator,"Build a BMI calculator that takes height and weight inputs and shows the BMI category with health recommendations."
CurrencyConverter,"Create a currency converter that fetches real-time exchange rates and converts between different currencies."
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.