Skip to content

ankush0511/Quibit.github.io

Repository files navigation

Problem Statement : There's a million sources of financial advice and investment recommendations on the internet. Can people have their own personalized Al-powered one

Team Name Atharv Jadhav Ankush Chaudhary Ambuj Baranwal Pawan Bisht

Qubit AI - Investment Dashboard

This project is an investment dashboard UI designed to provide users with a streamlined view of their investment portfolio. The dashboard allows users to monitor their stock holdings, portfolio value, daily profits or losses, and available funds.

Features

  • Dashboard Overview: A snapshot of the user's investment performance, including total portfolio value, today's profit/loss, and available funds.
  • Navigation Menu: Quick links to various sections such as:
    • Stocks
    • Top Movers
    • News
    • IPOs
    • Mutual Funds
    • Settings
    • Help
  • Search Functionality: Allows users to search for stocks, news, or IPOs.
  • User Profile: Displayed at the top right, showing the user’s name and avatar.
  • Holdings Table: Detailed breakdown of stocks in the user's portfolio, including:
    • Company name
    • Stock symbol
    • Market price
    • Returns (percentage)
    • Current value

Technologies Used

  • Frontend: HTML, CSS, and JavaScript
  • Styling: Tailwind CSS
  • Framework: React (optional if using for UI component organization)

Installation & Setting up Project

  1. First Clone the repository.
    git clone <repository-url>
  2. Install dependencies.
    npm install
  3. Run the development server.
    npm start

Usage

  • Dashboard: View an overview of your investment portfolio.
  • Stocks and Top Movers: Navigate to view detailed stock information.
  • News & IPOs: Stay updated on the latest financial news and initial public offerings.
  • Mutual Funds: Explore available mutual funds.
  • Settings: Customize your user preferences.
  • Help: Access support resources.

Future Enhancements

  • Real-Time Data Integration: Connect with live APIs for up-to-date financial data.
  • User Authentication: Implement secure login and user-specific portfolio data.
  • Notifications: Alert users about significant portfolio changes or market news.