jiayihu / ygo

πŸƒ YuGiOh! PWA built with Web Components and hyperHTML

Home Page:https://ygo.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YuGiOh!

YuGiOh

A YuGiOh! Progressive Web Application built with Custom Elements and HyperHTML.

The project uses the following technologies:

  • HyperHTML-Element for declarative Custom Elements based on hyperHTML
  • Bulma for some CSS parts in Shadow DOM
  • Workbox for Service Worker and API caching
  • now.sh as static hosting and API proxy

Browser support

Only Chrome 67+ and Safari 11.1 with native Web Components (Custom Elements & Shadow DOM) are fully supported for the time being, although a polyfill is included. Check current browser support.

Also the browser must support ES6, since the bundle is not compiled into ES5. Custom Elements require an extra shim to work with ES5 and it's just not worth it for this project.

Other polyfills like CSS custom properties are not in the interest of this side-project.

Install

Install the dependencies:

npm install

Then start the development server on localhost:3000:

npm start

Building

The build will generate the files in /public folder.

npm run build

CORS Proxing

A Node proxy is deployed on ygo-api.now.sh as proxy to allow CORS requests towards the underlying cards API. It uses cors-anywhere and the source code is in the folder /server/.

Credits

Thanks to pokedex.org, where I got the idea and ispiration of building a similar website for YuGiOh. Of course mine side-project cannot match its architecture and all the cool techniques developed by @nolanlawson.

Thanks also to Yu-Gi-Oh Prices for providing the card APIs.

About

πŸƒ YuGiOh! PWA built with Web Components and hyperHTML

https://ygo.now.sh/

License:MIT License


Languages

Language:CSS 53.3%Language:TypeScript 43.0%Language:JavaScript 3.0%Language:HTML 0.7%