haritkumar / cowin-web-ui

Cowin web interface in angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoWin Tracker

https://cowin-slots-tracker.netlify.app/

CoWin tracker continuously checks for slot availability on CoWin open APIs and presents them in a beautiful table grid.

cowin

Build

ng build --prod --base-href "https://cowin-slots-tracker.netlify.app/"

Handle 404 on gihub pages

Create a copy of index.html and rename it 404.html, so that when it doesn't find the page, it goes on 404.

Handle refresh on Netlify

Create a file _redirects in your src folder, add the following to it:

/*  /index.html 200

In your angular.json file add the following to projects.architect.build.options.assets

{
  "glob": "_redirects",
  "input": "src",
  "output": "/"
}

About

Cowin web interface in angular


Languages

Language:TypeScript 63.8%Language:HTML 27.9%Language:JavaScript 5.9%Language:CSS 2.4%