Display Metrics

A simple application to display static chart data. You can find the deployed version of this app at this link.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes, to do so clone this repo:

git clone https://github.com/gdsrosa/display-metrics-fp.git
cd display-metrics-fp

Installing

Assuming you have all the Node.js (20+) and NPM (version 10+) environment setup in your machine:

Let's install the dependencies

npm install

Running the application in development mode

To start your local dev-server run:

npm run dev

Running the tests

To execute the unit tests:

npm test

Built With

Authors