Skip to content

리액트로 구현한 코로나 집계 사이트

Notifications You must be signed in to change notification settings

star6973/covid19-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid19-stats

Description

  • 리액트로 구현한 코로나 집계 사이트

  • 공공 데이터 OPEN API 사용

  • 사용 API 목록

    1. 공공데이터활용지원센터_보건복지부 코로나19 감염 현황
    2. 공공데이터활용지원센터_보건복지부 코로나19 시·도발생 현황
    3. 공공데이터활용지원센터_보건복지부 코로나19 연령별·성별감염 현황
    4. 공공데이터활용지원센터_보건복지부 코로나19 해외발생 현황
  • 데이터 시각화

    1. react-chartjs-2
    2. nivo
  • Full Page Scroll

    1. react-fullpage
  • CORS 문제 해결을 위해 server와 client로 나누어서 개발

    1. server는 express + swagger로 구현
    2. client는 react로 구현
  • 1920x1080 해상도


Environment

SERVER_HOST = 127.0.0.1
SERVER_PORT = 5000
CLIENT_HOST = 127.0.0.1
CLIENT_PORT = 3000
COVID19SERVICEKEY = 공공 데이터 open api key 발급

Prerequisite

1. open server
cd server
npm install
npm start

2. open client
cd client
npm install
npm start

Usage

코로나 19 감염현황(국내) 연간 코로나 19 감염현황 행정구역별 코로나 19 감염현황 연령별, 성별 코로나 19 감염현황 코로나 19 감염현황(세계)

About

리액트로 구현한 코로나 집계 사이트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published