View on Expo
Kitty is a cross-platform mobile app developed for a university module under the theme of mental health.
The app is designed to be an extra incentive for the user to get out of bed in the morning and walk along their commute.
Kitty allows users to add images of local animals they have seen, animals are added to a personal collection which is saved with a location to be later seen on a map
The application can be trialed via the Expo client app from this Expo Project
-
Install:
yarn
-
Expo CLI:
npm install -g expo-cli
(if not already installed globally on your machine) -
Install dependencies
yarn
-
Rename
src\utilities\Firebase\example.firebaseConfig.js
tofirebaseConfig.js
and populate with your firebase credentials -
Got to the Firebase Console and enable Email authentication, Firestore read/write to /users/** and enable storage
-
Run Project Locally:
expo start
If you're having any problem, please raise an issue on GitHub.
This project is free Open-Source software, and is released under the GPL-3.0 License, further information can be found under the terms specified in the license.