Notice is a push notification system for school/club announcements built in AngularJS/Ionic. Features announcements by club/activity and push notifications.
Built as part of the Mobile App Development Course (M257).
$ git clone https://github.com/xasos/Notice
$ cd Notice
$ ionic serve
# To build natively
$ ionic add <platform>
$ ionic build <platform>
$ ionic emulate <platform>