An open API service indexing awesome lists of open source software.

https://github.com/ashot72/employee-notification-pwa

Employee Notification Progressive Web Application
https://github.com/ashot72/employee-notification-pwa

employee-notification-application notifications offline progressive-web-app

Last synced: 8 months ago
JSON representation

Employee Notification Progressive Web Application

Awesome Lists containing this project

README

          

Applicants submit their personal info, picture and work experience so employers can find them. Application is developed on Ionic 3 (Angular 4) platform and publicly hosted on Firebase hosting. It also makes use of Firebase Database, Storage and Cloud Functions. Service worker is implemented both with static/dynamic caching directly and Google’s Workbox library.
You can add the app to your phone home screen directly (no app store anymore), run the app offline, submit you (applicant’s) data even if you are offline, subscribe and get notifications. Run the app both on your mobile and dektop.

Go to [http://goo.gl/ryagGK](http://goo.gl/ryagGK) or [https://employeenotification-440d8.firebaseapp.com](https://employeenotification-440d8.firebaseapp.com)

To get started.
```
Clone the repository

git clone https://github.com/Ashot72/employee-notification-PWA.git
cd employee-notification-PWA
npm install OR yarn install
npm run ionic:serve OR yarn run ionic:serve
```
Navigate to localhost:8100 to explore Employee Notification application.
The application needs some changes to run as it is connected to my Firebase account.
Read Firebase section in 'Employee Notification description' page below.

Go to [How to run and test Employee Notification application]( https://ashot72.github.io/employee-notification-PWA/index.html) page

Go to [Employee Notification description]( https://ashot72.github.io/employee-notification-PWA/description.html) page