Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.12 KB

README.md

File metadata and controls

13 lines (11 loc) · 1.12 KB

Data-gauge

  • Data Gauge is a complete Dashboard app developed using React and MUI theme. It includes all variety of charts such as bar graphs, line graphs, and pie charts
  • The app also incorporates a Chloropleth Map and a sophisticated Calendar component that allows event registration, editing, and deletion.
  • Vite is utilized to generate the app, providing improved control over chunking and bundling.
  • The app is code-split, resulting in fast performance even with resource-intensive packages.
  • Additionally, the app makes multiple API calls using MirageJS and implements lazy-loading for the Transactions API on the Home Page.

Landing Pagedata-gauge

API Calls Completion data-gauge with toasts

Lazy Loading of Transactions:

data gauge lazy loading