Skip to content

geniusgordon/ilms-react-native

Repository files navigation

iLMS React Native App

icon

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.

App Store Button Play Store Button

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:

  1. Steps to reproduce the bug
  2. Some screenshots
  3. Error message if shown

I have some important changes!

  1. Fork this repo to your own git
  2. Make your changes
  3. Submit a pull request with full remarks documenting your changes
  4. Pull request MAY then be accepted by project creators