https://github.com/kr05/cateringpricecalculator
https://catering-calculator.appspot.com/
https://github.com/kr05/cateringpricecalculator
Last synced: 3 months ago
JSON representation
https://catering-calculator.appspot.com/
- Host: GitHub
- URL: https://github.com/kr05/cateringpricecalculator
- Owner: kr05
- Created: 2019-03-26T23:18:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T06:01:12.000Z (over 2 years ago)
- Last Synced: 2024-05-02T03:45:07.392Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 727 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/Polymer/pwa-starter-kit "Built with pwa–starter–kit")
[](https://travis-ci.org/Polymer/pwa-starter-kit)# PWA Starter Kit -- `template-no-redux`
This sample app is a starting point for building PWAs. Out of the box, the template
gives you the following features:
- all the PWA goodness (manifest, service worker)
- a responsive layout
- application theming
- offline UI
- simple routing solution
- fast time-to-interactive and first-paint through the PRPL pattern
- easy deployment to prpl-server or static hosting
- unit and integrating testing starting points
- documentation about other advanced patterns.This template has the same UI elements as the `master` one (`app-layout` elements, theming, etc), but does not use Redux for state management. Instead, it does a properties-down-events-up unidirectional data flow approach, where the data source of truth is mutable, and individual elements (specifically, each view) own parts of the entire application state.
### 📖 Head over to the [documentation site](https://pwa-starter-kit.polymer-project.org/) for more details or check out [how to get started](https://pwa-starter-kit.polymer-project.org/setup)!

## TODOs
- [x] Setup Safari testing on Travis.
- [x] Deploy all templates as demos.
- [ ] Update to latest [Material Web Components](https://github.com/material-components/material-components-web-components).