Skip to content

BIT-IdeaFactory/enroll-me-app

Repository files navigation

Enroll-me

Enroll-me is an internal tool for students of the Faculty of Computer Science, Electronics and Telecommunication.

This tool is an offline previewer which allows to look up schedule and import enrollment (via static website's analize).

PRs and issues are very welcome!

Screens

drawing drawing

Development

Step 1: clone repo & cd into project

Step 2: install node modules

yarn

Before running the android build, setup Android Studio

Step 3: If Android

react-native run-android

Before running iOS build, Install Xcode

Step 4: If iOS

react-native run-ios

That's all!

If you want to install the app on a device, connect it to your machine with debugger mode turned on (for Android) and follow the steps above. The app will install itself automatically.