Apple Stock React To News Articles Count

About The Project

The app provides a dynamic chart that visually represents the relationship between the count of news articles and the stock price for Apple. This app is built with all modern technologies, testing, CI and CD.

Built With

The main frameworks and libraries used:

  • React
  • TypeScript
  • TailwindCss
  • ApexCharts
  • Vitest
  • React testing library
  • Papaparse

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/shahin1290/apple-stock-performance.git
  2. Install NPM packages
    npm install
  3. Start the dev server
    npm run dev
  4. Test the app
    npm run test