| Action | Command | 
|---|---|
| Build an image | docker build -t <image-name> . | 
| List images | docker images | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import { useState } from "react"; | |
| import {createUseStyles} from "react-jss" | |
| import "antd/dist/antd.css"; | |
| // Sub Components | |
| import MyGraph from "./component/graph"; | |
| import DropdownSelector from "./component/menu"; | |
| import dataSet from "./component/data"; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const data_1 = [ | |
| { | |
| view: 1000, | |
| name: "Jan", | |
| }, | |
| { | |
| view: 1200, | |
| name: "Fab", | |
| }, | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import { Menu } from "antd"; | |
| export const menu = ( | |
| handleDataFetching, | |
| dropdownCategories, | |
| selectedItem | |
| ) => { | |
| return ( | |
| <Menu> | |
| {dropdownCategories.map((item) => { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import React from "react"; | |
| import { createUseStyles } from "react-jss"; | |
| import { | |
| AreaChart, | |
| Area, | |
| Tooltip, | |
| ResponsiveContainer, | |
| CartesianGrid, | |
| XAxis, | |
| YAxis, | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | TypeScript 7 hrs 1 min βββββββββββββββββββββ 44.3% | |
| JavaScript 4 hrs 37 mins βββββββββββββββββββββ 29.2% | |
| Python 3 hrs βββββββββββββββββββββ 18.9% | |
| JSON 38 mins βββββββββββββββββββββ 4.0% | |
| Bash 19 mins βββββββββββββββββββββ 2.0% |