/gobarber-mobile

A mobile application for make appointments in a barber shop.

Primary LanguageTypeScriptMIT LicenseMIT

GoBarber

A mobile application for make appointments in a barber shop.

Check GoBarber web

📺 Preview

👨🏻‍💻 Stack and extensions

  • React native with typescript
  • Axios
  • React navigation
  • Styled components
  • Async Storage
  • Datetime picker
  • Image editor
  • Unform
  • Date fns
  • Image picker
  • React native vector icons

💻 Features

  • Log in and register
  • List providers
  • List available times
  • Make an appointment
  • Update profile information
  • Change password
  • Upload avatar photo

💾 How to install

  1. Clone this repository - git clone https://github.com/jfilipe-dev/gobarber-mobile.git

  2. Install the dependencies - yarn

  3. Install and configure backend GoBarber backend

  4. Run aplication (emulator)

  • android - adb reverse tcp:3333 tcp:3333 yarn android

  • ios - cd ios pod install cd .. yarn ios