Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.15 KB

File metadata and controls

34 lines (18 loc) · 1.15 KB

Customer Dashboard (Stripe & Hubspot) with GraphQL

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:

Screenshot

Live Demo

Guide

The app follows a layout with a sticky Header at the top, Table in the middle, and a Footer at the bottom.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Components


Information Table

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.

Backend


You can find the sample backend project Customer Information here and clone it.

Screenshot