tony-xsr / gobarber-mobile

✂️ Barber Shop mobile app with React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

React Native App for GoBarber project

Repository size GitHub last commit Repository issues GitHub

APP

🌍 Ecosystem

Below the technologies, used to build this Mobile App:

Name Status
react_native version
unform version
react_navigation version
styled_components version
jest version
typescript version
eslint version
prettier version

💻 Getting started

Set up your development environment: Guide

Requirements

Must have the GoBarber API running.

Clone the project and access the folder

$ git clone https://github.com/wladimirgrf/gobarber-mobile.git && cd gobarber-mobile

Follow the steps below

# Project dependencies
$ yarn
  • To emulate with Android
# Make sure the emulator is already started
$ yarn android
  • To emulate with IOS
# IOS dependencies
$ cd ios
$ pod install

# Start the APP
$ yarn ios

🤝 Contributing

Fork the repository

# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.

$ gh repo fork wladimirgrf/gobarber-mobile

Follow the steps below

# Clone your fork
$ git clone fork-url && cd gobarber-mobile

# Create a branch for your edits
$ git checkout -b new-feature

# Make the commit with your changes
$ git commit -m 'feat: New feature'

# Send the code to your remote branch
$ git push origin new-feature

After your pull request is merged, you can delete your branch

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

✂️ Barber Shop mobile app with React Native

License:MIT License


Languages

Language:TypeScript 78.2%Language:Java 10.4%Language:Objective-C 8.1%Language:JavaScript 1.3%Language:Ruby 1.0%Language:Starlark 1.0%