RocketHelp is an Application for requesting maintenance of a company's internal equipment, it was developed during Rocketseat's React Native Ignite Lab, where we had Rodrigo Gonçalves Santana as an instructor.
- Authentication login with firebase
- Register a maintenance request
- List request in progress
- List resolved requests
- Log out from the session
Application layout in Figma
See on Youtube
# You can use npm package manager or yarn to run the commands below
## Clone the repository
git clone git@github.com:jorgeeder/rockethelp.git
## Access the project folder in the terminal
cd rockethelp
## To install dependencies
yarn
## To run the Android project
expo run:android
## or
## To run the Ios project
expo run:ios
This project is under the MIT license. See the LICENSE file for more details.
Made with 💜 by Jorge Eder






