This is a mobile version of NTHU iLMS, an online course system for NTHU. It's an UNOFFICIAL app, all data are parsed from the HTML tags.
- Latest news
- Timetable
- Announcements
- Materials
- Assignments
- Forum
- Send email to professor/TA
- Grading
git clone https://github.com/geniusgordon/ilms-react-native.git
cd ilms-react-native
npm install
# install the React Native command line interface
npm install -g react-native-cli
# install app into your emulator
react-native run-android
react-native run-ios
Great, but before you report it to us, make sure to check whether this has already been reported.
If not, open a new issue that contains:
- Steps to reproduce the bug
- Some screenshots
- Error message if shown
- Fork this repo to your own git
- Make your changes
- Submit a pull request with full remarks documenting your changes
- Pull request MAY then be accepted by project creators