Allow to the Avignon University students to check their timetable on Android and IOS.
Author:
- Yanis Labrak
Here is the procedure to install this software :
- npm install
- In order to use the software, you must have an internet connection
- You need to have all the tools and depencencies installed
- Run the software
- ionic cordova run android --livereload --device --consolelogs
- Select your academic promotion directly or from the bookmarks section
- Click on the course and add the course to the Google Calendar by pressing the timetable icon
The project relies on the following libraries:
- FullCalendar: The Angular version of the FullCalendar.JS library Source
And the following services:
- edt-api.univ-avignon.fr: This service was used for fetching the courses data needed for the calendar
During development, I use the following bibliographic resources:
- Ionic Documentation: Its the offical Ionic documentation.
- Simon Grimm: A nice Youtube channel where we can found everythings we need about Ionic.