An open API service indexing awesome lists of open source software.

https://github.com/obrm/graphs

A site that displays a Line Graph and a Gantt Graph
https://github.com/obrm/graphs

muiv5 react react-google-charts recharts typescript

Last synced: about 1 month ago
JSON representation

A site that displays a Line Graph and a Gantt Graph

Awesome Lists containing this project

README

        

# 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
```