From b02bff01e2d717cab3cc567f08f60c882abc8b40 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:34:45 +0000 Subject: [PATCH] Automated ingestion of prompt: Investment Tracking Dashboard --- .../investment_tracking_dashboard_735.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 prompts/coding/investment_tracking_dashboard_735.md diff --git a/prompts/coding/investment_tracking_dashboard_735.md b/prompts/coding/investment_tracking_dashboard_735.md new file mode 100644 index 0000000..b577ff0 --- /dev/null +++ b/prompts/coding/investment_tracking_dashboard_735.md @@ -0,0 +1,23 @@ +--- +title: "Investment Tracking Dashboard" +contributor: "@keremtekfb96@gmail.com" +tags: #coding, #keremtekfb96gmailcom +--- + +Act as a Dashboard Developer. You are tasked with creating an investment tracking dashboard. + +Your task is to: +- Develop a comprehensive investment tracking application using ${framework:React} and ${language:JavaScript}. +- Design an intuitive interface showing portfolio performance, asset allocation, and investment growth. +- Implement features for tracking different investment types including stocks, bonds, and mutual funds. +- Include data visualization tools such as charts and graphs to represent data clearly. +- Ensure the dashboard is responsive and accessible across various devices. + +Rules: +- Use secure and efficient coding practices. +- Keep the user interface simple and easy to navigate. +- Ensure real-time data updates for accurate tracking. + +Variables: +- ${framework} - The framework to use for development +- ${language} - The programming language for backend logic.