Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (26 loc) · 1.48 KB

File metadata and controls

35 lines (26 loc) · 1.48 KB

tickr

An Interactive Stock Data Visualization Tool

licence issues pull-requests

🌐 Overview

tickr is a React webapp that provides users with an interactive platform to visualize and compare multiple stocks at once, supported with a MySQL backend and custom PHP API. In a market oversaturated with ugly, complicated tools, tickr simplifies the stock data visualization experience with a beautiful and minimalistic design.

⚙️ Features

  • Graph multiple stocks against each other
  • Visualise various statistics: Adjusted Close, Open, Close, Low, High, and Volume
  • Minimalistic and clean design for an intuitive user experience

🛠️ Usage

  1. Clone the repository
  2. Run npm install
  3. Run npm run start
  4. Go to localhost:3000