Welcome to >75, an open-source platform attendance management application designed to help students stay on top of their attendance requirements! This is the frontend for the app.
-
Fork this repo.
-
Clone your forked repo onto your local machine using:
git clone <repo link>
- Install all dependencies using:
yarn
If you don't have yarn, refer their docs yarn.
-
Install Expo Go app to test your application live on your device.
-
Format the code using:
yarn format
- Run the app using:
yarn start
- Create separate branch whenever you start working on any issue or feature.
- Follow commit message conventions.
- Make sure your code is formatted when making a PR. (
yarn format
) - Follow reviews in PR from maintainers.
- Make small changes at a time so that its easier to review, keep good code quality, and ensure uniform code style.