Skip to content

App de Agendamento para Barbeiros em React Native

Notifications You must be signed in to change notification settings

ojeffpinheiro01/barber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

barber:barber:

Overview   |    How to use   |    How to contribute

Overview 📖

Barbers Scheduling App using React Native.

How to use 🔥

Precondition 🏳️

You should have:

  • NodeJS
  • NPM

Clone this repository

$ git clone https://github.com/ojeffoinheiro/barber.git

Go into the repository

$ cd barber/mobile

Install the dependencies

npm i

Run 📱

Run the application (iOS)

$ react-native run-ios --simulator="iPhone XS Max"

Run the application (Android)

$ react-native run-android

How to contribute ⚙️

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.