This is a simple dashboard made with Angular 16 and Chart.js. The project's structured is based in atomic design, and BEM it is also used as a CSS nomenclature
finance.mp4
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
Requirements for the software and other tools to build, test and push
A step by step series of examples that tell you how to get a development environment running
The first step will be installing the dependencies with npm:
npm install
Next, you will need to run the development server with the following command:
ng serve