All Projects â†’ morkro â†’ Tetrys

morkro / Tetrys

Licence: apache-2.0
đŒļ Tetris as Progressive Web Application

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tetrys

jekyll-pwa-workbox
A Jekyll plugin using Workbox to make your PWA / Website available offline.
Stars: ✭ 22 (-78%)
Mutual labels:  service-worker, offline-first
Super Progressive Web Apps
SuperPWA helps to convert your WordPress website into Progressive Web Apps instantly. PWA (Progressive Web Apps) demo at : https://superpwa.com and Plugin :
Stars: ✭ 304 (+204%)
Mutual labels:  web-app, service-worker
quiz-app
🏆 QuizApp is a free and open-source quiz application that lets you play fully customized quizzes right in the browser.
Stars: ✭ 97 (-3%)
Mutual labels:  offline-first, web-app
react-calculator
📐 PWA React + Redux Calculator
Stars: ✭ 65 (-35%)
Mutual labels:  service-worker, offline-first
Sw Precache
Service Worker Precache is a module for generating a service worker that precaches resources. It integrates with your build process. Once configured, it detects all your static resources (HTML, JavaScript, CSS, images, etc.) and generates a hash of each file's contents. Information about each file's URL and versioned hash are stored in the generated service worker file, along with logic to serve those files cache-first, and automatically keep those files up to date when changes are detected in subsequent builds.
Stars: ✭ 5,276 (+5176%)
Mutual labels:  offline-first, service-worker
affilicats
🐈 Progressive Web App demo that showcases flaky network resilience measures (đŸ“ļ or đŸšĢđŸ“ļ).
Stars: ✭ 65 (-35%)
Mutual labels:  service-worker, offline-first
Android Pwa Wrapper
Android Wrapper to create native Android Apps from offline-capable Progressive Web Apps
Stars: ✭ 265 (+165%)
Mutual labels:  offline-first, service-worker
Jfa Pwa Toolkit
⚡ī¸ PWA Features to Any Website (very Fast & Easy)
Stars: ✭ 245 (+145%)
Mutual labels:  offline-first, service-worker
Upup
✈ī¸ Easily create sites that work offline as well as online
Stars: ✭ 4,777 (+4677%)
Mutual labels:  offline-first, service-worker
Offline Plugin
Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)
Stars: ✭ 4,444 (+4344%)
Mutual labels:  offline-first, service-worker
nadya
subscription management done right
Stars: ✭ 14 (-86%)
Mutual labels:  service-worker, offline-first
Beer
The source code for the Progressive Beer app!
Stars: ✭ 73 (-27%)
Mutual labels:  offline-first, service-worker
Apollo Offline
An offline toolkit for the Apollo client
Stars: ✭ 186 (+86%)
Mutual labels:  web-app, offline-first
offline-first-sw
Service worker example with 404 handling, custom offline page and max TTL for specific file types.
Stars: ✭ 82 (-18%)
Mutual labels:  service-worker, offline-first
Offline First
🔌 Everything you need to know to create offline-first web apps.
Stars: ✭ 2,792 (+2692%)
Mutual labels:  offline-first, service-worker
angular-webpack-skeleton
This project is deprecated. Please refer to https://github.com/Ks89/angular-cli-skeleton
Stars: ✭ 16 (-84%)
Mutual labels:  service-worker, offline-first
Monitaure
🔔 A server uptime monitoring progressive web application - NO LONGER MAINTAINED
Stars: ✭ 135 (+35%)
Mutual labels:  offline-first, service-worker
Ember Service Worker
A pluggable approach to Service Workers for Ember.js
Stars: ✭ 227 (+127%)
Mutual labels:  offline-first, service-worker
Sw Toolbox
A collection of tools for service workers
Stars: ✭ 3,649 (+3549%)
Mutual labels:  offline-first, service-worker
Parcel Plugin Sw Cache
đŸ“Ļ👷 Parcel plugin for caching using a service worker
Stars: ✭ 45 (-55%)
Mutual labels:  offline-first, service-worker

Tetrys â˜ŗ Build Status

Tetris as Progressive Web Application (currently still in active development).

News đŸ”Ĩ

I am currently searching for a designer to partner me! Please get in touch with me, if you're interested in collaboration.

Development 🔧

This application requires Node.js >=6.0.0 to run locally and the Redux DevTools for debugging Redux applications.

To get started, npm install all dependencies. To run the application in development mode, use the npm run dev command. A production build can be created with npm run build.

Updating service worker version

The service worker version is tied to the package.json version. To bump the applications and service worker versions, use npm version command:

npm version [ major | minor | patch ]

Architecture

Tetrys uses Redux as state container, and no view library. The Sass architecture follows the 7-1 Pattern from Sass-Guidelines.

Tools, Resources and Credits ❤ī¸

This project couldn't have been build without the awesome open source tools from the community, free online tutorials, articles, and other resources. Credits goes to:

License Šī¸

Apache License, Version 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].