Skip to content

Yohei-Shiina/covid-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COVID 19 TRACKER

https://covid-19-tracker-1a918.web.app/

Getting started

  • clone this repository
  • run the command to create and start containers and start react server
docker-compose up

What the app looks like

スクリーンショット 2021-09-16 23 20 51

This app is created with

  • react (create-react-app)
  • css (not scss. usually use scss at work)
  • material-ui (so I can focus on creating app. Desiging is not the first priority)
  • some APIs (Map and chart)

APIs

Things I actively tried

  • to avoid using magic number and hard coding by assigning them into constant variables
    • so that I don't mistakenly use wrong urls to fetch data
    • and also they are easy to reuse again
  • to write readable codes by leaving comments
    • for easier and better understanding
  • to use docker
    • it's my first time using docker
    • to keep my local machine clean by avoiding to have a lot of things installed for development.
    • turns out I knew it's great and now I have better understanding about docker (and k8s) used at my workplace.

Things I actively avoid

  • organizing files like src directory.
    • createing a runnable application was the first priority.
    • no plan to maintain this application in the future.

deployment(TBD)

Just a memo

optional chaining and nullish coalescing

About

world covid tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published