ilms-react-native
ilms-react-native copied to clipboard
NTHU iLms app using react-native!
iLMS React Native App
What Is It?
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.
Features
- Latest news
- Timetable
- Announcements
- Materials
- Assignments
- Forum
- Send email to professor/TA
- Grading
Technologies
Development Setup
git clone https://github.com/geniusgordon/ilms-react-native.git
cd ilms-react-native
npm install
Run in Emulator
# 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
Contributing
I found a bug!
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
I have some important changes!
- 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