dhairyagothi / 50_days_50_web_project

This repository contains 50 web projects from basic to intermediate using html css and js Please star the repo before start working on it
https://50-days-50-web-project.vercel.app/
MIT License
28 stars 37 forks source link

Enhancing a Stock Profit Calculator #298

Closed atharva012004 closed 1 month ago

atharva012004 commented 2 months ago

Is your feature request related to a problem? Please describe. In current Stock profit Calculator I can only view financial data in INR and have no visual representation of profit/loss. Additionally, I miss having comprehensive performance metrics such as ROI and annualized return.

Describe the solution you'd like I want to enhance the application with the following features:

  1. Currency Selection:
    • Allow users to choose different currencies instead of just INR.
    • Implement a currency conversion feature using real-time exchange rates.
  2. Data Visualization:
    • Add charts or graphs to visually represent the profit/loss.
    • Use a library like Chart.js to create interactive charts.
  3. Performance Metrics:
    • Add calculations for additional metrics like ROI (Return on Investment), annualized return, etc.

Describe alternatives you've considered

  1. Providing static exchange rates, but this wouldn’t reflect real-time currency values.
  2. Using simpler, static graphs instead of interactive charts, but this reduces user engagement and understanding.
  3. Manually calculating additional metrics, but this is prone to error and inconvenient for users.

Additional context Adding these features will significantly improve user experience by providing real-time, interactive, and comprehensive financial insights. Here are some mock-ups of the proposed charts and metrics section. Before Screenshot 2024-07-16 123111

After

https://github.com/user-attachments/assets/6a821b02-217b-45a1-be93-fa9d324706ee

github-actions[bot] commented 2 months ago

Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊

github-actions[bot] commented 1 month ago

Hello @atharva012004! Your issue #298 has been closed. Thank you for your contribution!