You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ceda EI 51da4ffddf Update README.md 3 years ago
__tests__ Add boilerplate. 3 years ago
android Revert "Enable Hermes" 3 years ago
components Add bottom sheet for Subjects. 3 years ago
containers Disallow removing used subjects 3 years ago
ios Add boilerplate. 3 years ago
reducers Redo HomeScreen with DataTable. Add Remove in Dialog. Add remove reducer 3 years ago
.buckconfig Add boilerplate. 3 years ago
.eslintrc.js Add eslintrc. 3 years ago
.gitattributes Add boilerplate. 3 years ago
.gitignore Add boilerplate. 3 years ago
.gitlab-ci.yml Add .gitlab-ci.yml 3 years ago
.prettierrc.js Add boilerplate. 3 years ago
.watchmanconfig Add boilerplate. 3 years ago
App.js Replace BottomNavigation with react-native-tab-view. 3 years ago
AppContainer.js Add Theme Picker. 3 years ago
LICENSE Add LICENSE 3 years ago
README.md Update README.md 3 years ago
actions.js Add addTimetableEntry action and reducer. Add removeTimetableEntry action. 3 years ago
app.json Add boilerplate. 3 years ago
babel.config.js Add boilerplate. 3 years ago
configureStore.js Add transformer to transform Date. 3 years ago
index.js Add Timetable Pane. Add TimetableContainer. Integrate ReactNavigation. 3 years ago
metro.config.js Add boilerplate. 3 years ago
package.json Add bottom sheet for Subjects. 3 years ago
themes.js Update themes 3 years ago
yarn.lock Add bottom sheet for Subjects. 3 years ago

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