This is a mobile application that is built with React Native, Expo and Firebase. The functionalities are to register a user, the ability to create a check-in and get search suggestions close to your location. You can also see other users check-ins on a map and visit their profile page.
-
As a user you are able to create an account.
-
As a user you are able to login and logout.
-
As a user you are able to check in at a choosen location.
-
As a user your are able to see other user's check-ins on a map.
-
As a user your are able to visit other user's profiles, and see their recent check-ins.
-
As a user your are able to see your own profile, and see your recent check-ins.
- Clone the repository
$ git clone https://github.com/juljulia/obvi
- Install all dependencies
$ expo install
- From the root of the project, run
expo startto start a local server for the app.
$ expo start
- Run the project on a simulator for ios or emulator for android. You can also run it from the Expo Client app. Here on AppStore or Google Play. You need to create an expo account, then from the Expo app choose the running Obvi project or scan the QR-code from your running local server.
This project is licensed under the MIT License.


