A simple mobile responsive dashboard dislaying data from Stripe & Hubspot. Frontend is built using React
and Bootstrap
Frameworks and powered by Canonic as a Backend.
The web-app looks like this:
The app follows a layout with a sticky Header
at the top, Table
in the middle, and a Footer
at the bottom.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
It is a self contained component that fetches the information from the backend, normalises the data and displays within a Table
Component. It shows a loading indicator when the API call is in progress.
You can find the sample backend project Customer Information here and clone it.