Ngopimas / basic-dataviz

https://ngopimas.github.io/basic-dataviz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ† Basic dashboard exercice

🎯 Goal

The goal of this app was to build a small e-commerce dashboard from sample order transactions in CSV. The dashboard is based off a web page that a user can visit and interact with.

The page has two blocks:

1. Summary view

This block display the three following metrics:

  • Total revenue
  • Average revenue per order
  • Number of unique customers
2. Monthly view

This block has a graph showing the evolution of total revenue by month.

The entire dashboard can be filtered by Country (but also by All, for a global overview).

🎁 Bonus

I might add an API, a more dynamic DB (SQL) & tests, in the next future.

About

https://ngopimas.github.io/basic-dataviz


Languages

Language:TypeScript 67.8%Language:JavaScript 28.0%Language:HTML 4.2%