About • Features • How it works • Tech Stack • Author • License
📱 rockethelp - App for managing technical orders and solutions
Project developed during Ignite Lab from Rocketseat.
- Create an order
- List orders by filter
- Update an order as completed
- Basic auth with email and password
- Persist orders in database
Before you begin, you will need to have the following tools installed on your machine: Git, Node.js, Expo Go, Android Studio. In addition, it is good to have an editor to work with the code like VSCode and you need an Google Account to use Firebase services.
# Clone this repository
$ git clone git@github.com:bfukumori/rockethelp.git
# Access the project folder in your terminal
$ cd rockethelp
# Install the dependencies
$ npm install
# Run the application in development mode:
## Android
$ npm run android
## iOS
$ npm run ios
## Expo go (can't use Firebase at the moment)
$ npm run start
# You can read more about setting the development environment at: https://react-native.rocketseat.dev/
The following tools were used in the construction of the project:
Website (React Native + TypeScript)
This project is under the license MIT.