All Projects → geniusgordon → ilms-react-native

geniusgordon / ilms-react-native

Licence: other
NTHU iLms app using react-native!

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ilms-react-native

study-snap
📓📲 Flutter app for managing study materials in form of photos.
Stars: ✭ 34 (+54.55%)
Mutual labels:  school, study
ai-tech-interview
👩‍💻👨‍💻 AI 엔지니어 기술 면접 스터디
Stars: ✭ 703 (+3095.45%)
Mutual labels:  study
study
✏️ What I Studied
Stars: ✭ 14 (-36.36%)
Mutual labels:  study
OpenUntis
An alternative FLOSS android client for the Untis timetable system
Stars: ✭ 13 (-40.91%)
Mutual labels:  school
Node.js
Node.js从入门到放弃学习笔记
Stars: ✭ 56 (+154.55%)
Mutual labels:  study
mpvue-imooc-ebook-docs
「小慕读书」官网
Stars: ✭ 52 (+136.36%)
Mutual labels:  study
1earn
ffffffff0x 团队维护的安全知识框架,内容包括不仅限于 web安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux安全、各类靶机writup
Stars: ✭ 3,715 (+16786.36%)
Mutual labels:  study
cissp
CISSP Study Materials PDF and Web Copy for 2021
Stars: ✭ 24 (+9.09%)
Mutual labels:  study
js-new-features
Новые возможности JavaScript — ШРИ 2018
Stars: ✭ 19 (-13.64%)
Mutual labels:  study
spring-core
✏️ study
Stars: ✭ 89 (+304.55%)
Mutual labels:  study
10-Days-Of-DL
🐝 10 days of deep learning code.
Stars: ✭ 17 (-22.73%)
Mutual labels:  study
recoded
Re-coded by the School for Poetic Computation—crowdsourced recreations of early digital works using new tools
Stars: ✭ 57 (+159.09%)
Mutual labels:  school
Timetable
A super simple timetable app
Stars: ✭ 52 (+136.36%)
Mutual labels:  school
d2l-study-group
Repository supporting the study group based on the course book 'D2L'. Material would be added as we progress through the course.
Stars: ✭ 10 (-54.55%)
Mutual labels:  study
SchoolRegistrationUI-Android
Check out the new style for App Design aims for school or colleges...😉😀😁😎
Stars: ✭ 56 (+154.55%)
Mutual labels:  school
fla.sh
💥 flashcards in your terminal
Stars: ✭ 99 (+350%)
Mutual labels:  study
OSRSUpdater
A simple (and outdated) Old-School RuneScape decompiler/deobfuscator. Performs field and method analysis which uses ASM and bytecode patterns for identification. Identified fields could be used for creating bot clients or QoL clients. For educational use only.
Stars: ✭ 13 (-40.91%)
Mutual labels:  school
Interview-Study-Guide
readme files for basic CS problems
Stars: ✭ 26 (+18.18%)
Mutual labels:  study
resumen-estudios-git
Resumen estudios Git
Stars: ✭ 28 (+27.27%)
Mutual labels:  study
Pocketmine-School
A Website To Teach Everything About PocketMine-MP
Stars: ✭ 15 (-31.82%)
Mutual labels:  school

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].