This is the QRollEase Mobile attendance application. I built this application as part of my final year project to solve attendance management issues at the University of Ghana and I hope to expand it to a larger audience soon.
Its backend can be found here.
Before running this API, ensure you have the following prerequisites:
- NodeJS
- A Google Maps API key
-
Clone this repository to your local machine:
git clone https://github.com/stevedzakpasu/QRollEase-Mobile.git
-
Navigate to the project directory:
cd QRollEase-Mobile
-
Create a .env file in the project root directory and add this environment variable:
GOOGLE_MAPS_API_KEY=yourgooglemapsapikey
-
Edit the package name in the
app.config.js
-
Run this command to install all packages and their dependencies
npm install
-
Set up Expo Application Services using this guide.
-
Run the application using
npx expo run dev
Contributions to this project are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.