Port-80-event-app helps to navigate through event details,If you're attending on-site or remotely.This app will:
- Event schedule with corresponding details.
- Save events to google calendar.
- Event reminders.
- Watch events in realtime.
- Fetch the event details in the feed.
- Instructions for onsite attendees.
- Download Source code and presentation PPT.
- Progressive web app.
- Native experience, they are responsive and work on every device.
- Push notifications.
- Offline support.
- Add to Home screen feature.
- Ahead-of-Time compilation.
- Application Shell.
- Service worker.
- Angular 4
- Material design
- Firebase
npm install -g yarn
git clone https://github.com/fayausa/port-80-event-app.git
cd port-80-event-app
yarn install
ng serve
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
ng build --prod --aot && npm run generate-sw
MIT