Skip to content

obrm/graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphs View

A React with TypeScript app that shows a Line Graph using 'recharts' package and a Gantt Graph using 'react-google-charts' package.

Website

https://obrm-graphs.netlify.app

Usage

Install Dependencies

npm install

Run (:3000)

npm run start

Build & Deploy

Create prod build

npm run build