Skip to content

vvalvvizal/GamtiWatch

Repository files navigation

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •