Skip to content

charles-the-forth/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Dashboard

This is our single page web application for data visualisation. It is written in ReactJS on client side. For nice design we've chosen Material-UI and for charts we've used Recharts. On backend we are using ExpressJS.

Chart Dashboard

Simple chart dashboard used for data visualisation of data from our CanSat mission.

Dependencies

  • NodeJS
  • yarn

Installation

First of all clone repository. Then download backend dependencies. In root folder of project run this command:

yarn install

then move to frontend folder and install dependencies:

cd client
yarn install

Start

At first run backend in root folder with this command:

yarn start

then move to client folder and run frontend:

cd client
yarn start

And finally open http://localhost:3000/ in your browser.

About

Single page web application for data visualisation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published