All Projects → asc-lab → claim-reporter-pwa-poc

asc-lab / claim-reporter-pwa-poc

Licence: Apache-2.0 license
Example PWA application with Angular 6 and backend with Node

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to claim-reporter-pwa-poc

react-weather-app
⛅️ PWA Weather App made with ReactJS
Stars: ✭ 147 (+276.92%)
Mutual labels:  pwa-apps, pwa-example
react-calculator
📐 PWA React + Redux Calculator
Stars: ✭ 65 (+66.67%)
Mutual labels:  pwa-apps, pwa-example
Web Push Php Example
An example for sending Web Push notifications, using web-push-php
Stars: ✭ 173 (+343.59%)
Mutual labels:  push-notifications, pwa-apps
affilicats
🐈 Progressive Web App demo that showcases flaky network resilience measures (📶 or 🚫📶).
Stars: ✭ 65 (+66.67%)
Mutual labels:  pwa-apps, pwa-example
Fuel Price
⛽ Check fuel prices daily in most of the states in India
Stars: ✭ 20 (-48.72%)
Mutual labels:  push-notifications, pwa-apps
Ng Toolkit
⭐️ Angular tool-box! Start your PWA in two steps! Add Serverless support for existing projects and much more
Stars: ✭ 1,116 (+2761.54%)
Mutual labels:  push-notifications, pwa-apps
ProgressiveNewsApp
A simple Progressive Web App that brought news from a variety of sources using News API.
Stars: ✭ 41 (+5.13%)
Mutual labels:  pwa-apps, pwa-example
Onesignal Cordova Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Ionic, PhoneGap CLI, PhoneGap Build, Cordova, or Sencha Touch app with OneSignal. Supports Android, iOS, and Amazon's Fire OS platforms. https://onesignal.com
Stars: ✭ 214 (+448.72%)
Mutual labels:  push-notifications
react-native-template
An opinionated template to bootstrap your next React Native app with all the time-wasting packages you need to have.
Stars: ✭ 132 (+238.46%)
Mutual labels:  push-notifications
Thunderpush
Push messages to browsers in real-time ⚡️
Stars: ✭ 202 (+417.95%)
Mutual labels:  push-notifications
Cli
A command line interface for pushing messages to gotify/server.
Stars: ✭ 185 (+374.36%)
Mutual labels:  push-notifications
Notificato
Takes care of Apple push notifications (APNS) in your PHP projects.
Stars: ✭ 217 (+456.41%)
Mutual labels:  push-notifications
mailrise
An SMTP gateway for Apprise notifications.
Stars: ✭ 352 (+802.56%)
Mutual labels:  push-notifications
Webhook.site
⚓️ Easily test HTTP webhooks with this handy tool that displays requests instantly.
Stars: ✭ 2,842 (+7187.18%)
Mutual labels:  push-notifications
insta-share
Instant File Sharing powered by IPFS Networks. Build with Vue 3 and ViteJS
Stars: ✭ 53 (+35.9%)
Mutual labels:  pwa-apps
Ng2 Notifications
Angular 2 Component for Native Push Notifications [Looking for New Maintainers]
Stars: ✭ 192 (+392.31%)
Mutual labels:  push-notifications
ng-sunPawd
基于ng-zorro实现的Angular后台基础框架
Stars: ✭ 43 (+10.26%)
Mutual labels:  angular6
mobile-push
A push notification library
Stars: ✭ 21 (-46.15%)
Mutual labels:  push-notifications
spring-boot-angular-maven-starter
An example of Spring Boot and Angular 6 integration with the help of Maven and Kotlin.
Stars: ✭ 13 (-66.67%)
Mutual labels:  angular6
fcm
Golang client library for Firebase Cloud Messaging.
Stars: ✭ 22 (-43.59%)
Mutual labels:  push-notifications

Claim Reporter - Progressive Web App with Angular

This is sample PWA (Progressive Web App) application with Angular 6.
Check out our blog if you want to learn more:

Repo info

  • claim-reporter-app - Angular 6 PWA application (service workers, push notifications enable/send, save photos in localStorage, save API request in cache)
  • claim-reporter-server - Node.js + Express + in-memory-database (save/get claims, save push subscriber, send notifications to all subscribers)

Run frontend

In claim-reporter-app:

npm install
npm run build

Info:
With ng serve Service Workers doesn't work, so if you run this project first time, you must install mini HTTP server:

npm install -g http-server

Run backend

In claim-reporter-server:

npm install
npm start

Screens

Desktop version

Mobile version

Info about new version

PWA Lighthouse report

PWA Lighthouse report

License

This project is released under the Apache 2.0 license (see LICENSE)

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].