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
- Host: GitHub
- URL: https://github.com/obrm/graphs
- Owner: obrm
- Created: 2022-11-20T10:09:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T18:44:53.000Z (over 2 years ago)
- Last Synced: 2025-04-19T08:32:54.074Z (about 2 months ago)
- Topics: muiv5, react, react-google-charts, recharts, typescript
- Language: TypeScript
- Homepage: https://obrm-graphs.netlify.app/
- Size: 1.44 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```