From d8d3c4ce99cc52a243c56d4623c8bfc65cf5c0c2 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:29:34 +0000 Subject: [PATCH] Automated ingestion of prompt: Currency Exchange Calculator --- prompts/general/currency_exchange_calculator_552.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/general/currency_exchange_calculator_552.md diff --git a/prompts/general/currency_exchange_calculator_552.md b/prompts/general/currency_exchange_calculator_552.md new file mode 100644 index 0000000..74c0e54 --- /dev/null +++ b/prompts/general/currency_exchange_calculator_552.md @@ -0,0 +1,7 @@ +--- +title: "Currency Exchange Calculator" +contributor: "@f" +tags: #general, #f +--- + +Develop a comprehensive currency converter using HTML5, CSS3, JavaScript and a reliable Exchange Rate API. Create a clean, intuitive interface with prominent input fields and currency selectors. Implement real-time exchange rates with timestamp indicators showing data freshness. Support 170+ global currencies including crypto with appropriate symbols and formatting. Maintain a conversion history log with timestamps and rate information. Allow users to bookmark favorite currency pairs for quick access. Generate interactive historical rate charts with customizable date ranges. Implement offline functionality using cached exchange rates with clear staleness indicators. Add a built-in calculator for complex conversions and arithmetic operations. Create rate alerts for target exchange rates with optional notifications. Include side-by-side comparison of different provider rates when available. Support printing and exporting conversion results in multiple formats (PDF, CSV, JSON).