Awesome-ChatGPT-Prompts/prompts/coding/investment_tracking_dashboa...

24 lines
1007 B
Markdown
Raw Normal View History

---
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.