Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katsumi404/flatfinder
A basic FlatFinder application that will be used in place of the Queen Mary account as I have encountered issues with using the Queen Mary account and using Visual Studio Code to edit.
https://github.com/katsumi404/flatfinder
android-application apple-application javascript javascript-applications mobile-app mobile-development prototype react-native react-native-expo
Last synced: about 1 month ago
JSON representation
A basic FlatFinder application that will be used in place of the Queen Mary account as I have encountered issues with using the Queen Mary account and using Visual Studio Code to edit.
- Host: GitHub
- URL: https://github.com/katsumi404/flatfinder
- Owner: Katsumi404
- Created: 2024-03-14T10:58:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T10:45:31.000Z (10 months ago)
- Last Synced: 2024-11-11T14:43:43.339Z (3 months ago)
- Topics: android-application, apple-application, javascript, javascript-applications, mobile-app, mobile-development, prototype, react-native, react-native-expo
- Language: JavaScript
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements for running the FlatFinder:
1. Download Visual Studio Code (https://code.visualstudio.com/download)
2. Download Node.js (https://nodejs.org/en/download)
3. Download Expo (or Expo Go on mac) on your phone## To run the app:
1. Open a new terminal in visual studio code.
2. Type in `npm install @react-navigation/native` to get the navuigation stack
3. Type in `npm install @react-native-picker/picker` to get the datepicker component
4. Type in `npm install firebase` to get the database
5. Type in `npm install` to get the necessary package dependencies.
6. Type in `npm start` to run the application.
7. On the Expo app on your phone, scan the barcode that comes up in the vsc terminal.
8. Shake your phone to gain access to development tools from your phone.## For further confusion:
* on what to do with these file please look at this tutorial (at time stamps 6:17-9:17 for environment and 12:42-14:38):
* https://www.youtube.com/watch?v=0-S5a0eXPoc&list=PLTjRvDozrdlxzQet01qZBt-sRG8bbDggv
* You can also ask questions on the group chat on teams if none of these answer your questions. :)
Good luck everyone :)