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
- Host: GitHub
- URL: https://github.com/ashot72/employee-notification-pwa
- Owner: Ashot72
- Created: 2017-12-02T12:44:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T08:12:26.000Z (almost 8 years ago)
- Last Synced: 2024-12-30T14:53:32.188Z (10 months ago)
- Topics: employee-notification-application, notifications, offline, progressive-web-app
- Language: JavaScript
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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