Bags Challenge

This project was bootstrapped with Create React App.

Overview

This boilerplate is designed for building interactive financial dashboards. It showcases an enhanced UI which provides a more intuitive and user-friendly experience. The main features of this project are the Annual Revenue Projection and an overview of the company's financial health.

Features

  • Annual Revenue Projection: A visual representation of the company's projected annual revenue with interactive charts and visuals portraying various financial metrics.

  • Financial Health Overview: Giving stakeholders a clear view of the company's financial stability and areas of improvement.

Getting Started

Prerequisites

  • Node.js (>= 16.x)
  • npm (>= 8.x)

Installation

  1. Clone the repository:

    git clone https://github.com/matheusliraofficial/bags-challenge.git
    
  2. Install the dependencies:

    yarn install
  3. Start the development server:

    yarn start