Mobile App (developed in React Native) intended for projects administration from both points of view (customer and provider). Expo based app fully integrated with Firebase (authentication and backend services).
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Before setting up the project locally you must have:
- Homebrew v2.5.2 or higher (only for mac users) - Download here: https://brew.sh/index_es
- NodeJS v12.14.1 or higher (for mac users: brew install node)
- Npm v6.13.4 or higher (for mac users: brew install npm)
- React Native v0.63.2 or higher (for mac users: brew install react-native)
- React Native Cli v2.0.1 or higher (for mac users: brew install react-native-cli)
If you completed last step (or already had all installed in your machine), you can go on with the following instructions:
Inside repository folder run following commands:
- npm install
- npm start
It will pop up a browser with an EXPO tab that represent the current instance of the project running
For mobile debugging:
- Install EXPO app on your cellphone
- Scan QR code that will pop up on same browser tab or on console/terminal tab
- Wait till bundle process finish to start using app
developing...
developing...
- React Native - Mobile framework
- Expo - SDK tools
- Firebase - Authentication and backend
- Formik - Forms management
developing...
- Mauricio Miño - Software Engineer - maurim96
See also the list of contributors who participated in this project.
developing...
developing...