Go to file
Ceda EI 51da4ffddf Update README.md 2020-04-17 21:19:25 +05:30
__tests__ Add boilerplate. 2020-03-07 13:53:17 +05:30
android Revert "Enable Hermes" 2020-04-04 19:33:40 +05:30
components Add bottom sheet for Subjects. 2020-04-14 21:30:53 +05:30
containers Disallow removing used subjects 2020-03-31 14:37:13 +05:30
ios Add boilerplate. 2020-03-07 13:53:17 +05:30
reducers Redo HomeScreen with DataTable. Add Remove in Dialog. Add remove reducer 2020-03-24 23:47:54 +05:30
.buckconfig Add boilerplate. 2020-03-07 13:53:17 +05:30
.eslintrc.js Add eslintrc. 2020-03-11 13:26:36 +05:30
.gitattributes Add boilerplate. 2020-03-07 13:53:17 +05:30
.gitignore Add boilerplate. 2020-03-07 13:53:17 +05:30
.gitlab-ci.yml Add .gitlab-ci.yml 2020-04-04 22:57:19 +05:30
.prettierrc.js Add boilerplate. 2020-03-07 13:53:17 +05:30
.watchmanconfig Add boilerplate. 2020-03-07 13:53:17 +05:30
App.js Replace BottomNavigation with react-native-tab-view. 2020-03-28 18:18:49 +05:30
AppContainer.js Add Theme Picker. 2020-03-17 19:25:03 +05:30
LICENSE Add LICENSE 2020-03-08 17:58:51 +00:00
README.md Update README.md 2020-04-17 21:19:25 +05:30
actions.js Add addTimetableEntry action and reducer. Add removeTimetableEntry action. 2020-03-20 15:25:06 +05:30
app.json Add boilerplate. 2020-03-07 13:53:17 +05:30
babel.config.js Add boilerplate. 2020-03-07 13:53:17 +05:30
configureStore.js Add transformer to transform Date. 2020-03-21 20:22:08 +05:30
index.js Add Timetable Pane. Add TimetableContainer. Integrate ReactNavigation. 2020-03-20 15:45:54 +05:30
metro.config.js Add boilerplate. 2020-03-07 13:53:17 +05:30
package.json Add bottom sheet for Subjects. 2020-04-14 21:30:53 +05:30
themes.js Update themes 2020-04-09 21:52:19 +05:30
yarn.lock Add bottom sheet for Subjects. 2020-04-14 21:30:53 +05:30

README.md

Sonzai

Attendance Management App.

Installation

Pre-built APKs

Currently, the APKs are being published to a telegram channel via GitLab CI/CD. Once the app reaches v1.0, it will be published on Google Play and F-Droid.

Manual Builds

  • Setup react native dev environment by following React Native CLI Quickstart Guide here
  • yarn install
  • cd android; ./gradlew assembleRelease