Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Latest commit

 

History

History
123 lines (82 loc) · 3.88 KB

README.md

File metadata and controls

123 lines (82 loc) · 3.88 KB

GitHub language count Repository size GitHub last commit License Stargazers rockethelp

rockethelp

AboutFeaturesHow it worksTech StackAuthorLicense

rockethelp

About

📱 rockethelp - App for managing technical orders and solutions

Project developed during Ignite Lab from Rocketseat.


Features

  • Create an order
  • List orders by filter
  • Update an order as completed
  • Basic auth with email and password
  • Persist orders in database

How it works

Pre-requisites

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.

Running the web application (Mobile)

# 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/

Tech Stack

The following tools were used in the construction of the project:


Author

Bruno Fukumori

Bruno Fukumori

Twitter Badge Linkedin Badge Gmail Badge


License

This project is under the license MIT.