Giter Site home page Giter Site logo

chobyunghyun / time-series-chart Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.19 MB

지역데이터기반 복합그래프로 시각데이터 구현 프로젝트

Home Page: https://time-series-chart-eight.vercel.app

HTML 1.45% TypeScript 98.55%
chartjs chartjs-2 react styled-components sessionstorage

time-series-chart's Introduction

지역 데이터 복합 그래프 구현 프로젝트

db.json에 있는 데이터를 복합 그래프로 나타내는 프로젝트입니다.

목차

⚙️ 실행 방법

로컬실행

git clone https://github.com/ChoByungHyun/time-series-chart.git
echo "REACT_APP_SERVER_URL = \"https://ink-ambitious-spirit.glitch.me\"" > .env
npm install
npm run start

🔗 배포 링크

배포 URL - time-series-chart-eight.vercel.app

🖼️ 실행 화면

image

📂 폴더 구조

project-root/
│
├── public/ # 정적 파일들
│ ├── index.html
│ └── manifest.json
│
├── src/ # 소스 코드
│ ├── components/    # 재사용 컴포넌트들
│ ├── api/           # api 함수들
│ ├── pages/         # 페이지별 컴포넌트
│ ├── router/        # 라우팅
│ ├── App.tsx        # App 컴포넌트
│ ├── index.tsx      # 진입점 파일
│ └── GlobalStyle.ts # 전역 스타일 설정파일
│
├── .env
├── .gitignore
├── .prettierrc.js
├── .eslintrc
├── package.json
├── tsconfig.json
└── README.md


🛠️ 기술 스택

time-series-chart's People

Contributors

chobyunghyun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.