Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.26 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.26 KB

Action Tracking App

The Action Tracking App is a web application built with React, Vite, and Bootstrap 5. It allows users to track actions of various enterprises and provides real-time data visualization through a chart.

Features

  • Watchlist Enterprises: View a list of tracked enterprises with details such as last action value in dollars, high value, and lowest value.
  • Real-time Chart: Visualize the tracked enterprise data using a dynamic chart with real-time updates.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • Vite: Fast, opinionated web application build tool.
  • Bootstrap 5: CSS framework for building responsive and mobile-first web projects.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/action-tracking-app.git
  2. Navigate to the project directory:

    cd action-tracking-app
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm run dev

Usage

  • Watchlist Page: Access the watchlist page to view and manage tracked enterprises with their relevant information.
  • Chart Page: Navigate to the chart page to visualize the tracked enterprise data with real-time updates.