Giter Site home page Giter Site logo

covid-tracker's Introduction

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

covid-tracker's People

Contributors

yohei-shiina avatar

Watchers

James Cloos avatar  avatar

covid-tracker's Issues

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.