Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.3 KB

File metadata and controls

65 lines (45 loc) · 1.3 KB

Description

The stopwatch you want apple-touch-icon-152x152

Demo

Visit Demo link

Features

How to run

Local development

  • Clone the project and cd into project
  • npm install
  • npm start and go to link

Deployment

  • npm install
  • npm run build
  • npm run deploy

Key technologies & Libraries used

  • Typescript
  • React

  • PWA

Cross-platform App을 이용한 크로스플랫폼 앱 구축

    /* index.html*/
    <script>
      if ("serviceWorker" in navigator) {
        navigator.serviceWorker
          .register("/GamtiWatch/ServiceWorker.js")
          .then((registration) => {
            console.log("Service worker registration succeeded:", registration);
          })
          .catch((err) => {
            console.log("Service worker registration failed:", error);
          });
      } else {
        console.log("Service workers are not supported.");
      }
    </script>
  • FCM

클라우드 메시지 서비스를 통한 푸시 알림(개발중)

UI Materials