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:
This block display the three following metrics:
- Total revenue
- Average revenue per order
- Number of unique customers
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).
I might add an API, a more dynamic DB (SQL) & tests, in the next future.