/gobarber-mobile

Schedule appointments in a Barber Shop - built with React Native and Styled Components

Primary LanguageTypeScript

GoBarber Mobile

Author Languages Stars Forks Contributors

Provide to users an easy and fast way to schedule appointments in barber shops


📌 Table of Contents

👷 Installation

You need to install Node.js, Yarn, Android SDK first and then, in order to clone the project via HTTPS, run this command:

git clone https://github.com/LauraBeatris/gobarber-mobile.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git clone git@github.com:LauraBeatris/gobarber-mobile.git

Install dependencies

yarn install

Create your environment variables based on the examples of .env.example

cp .env.example .env

After copying the examples, make sure to fill the variables with new values.

Setup the API

The interface needs to interact with the server to execute mutations related to check-ins and questions.

Make sure to go to the Hotseat repository and follow the instructions in order to get it running in your machine.

🏃 Getting Started

Run the following command in order to start the application in a development environment:

  // Install the application in a android device
  react-native run-android

  // Start the application
  yarn start

📮 Faq

Question: What are the technologies used in this project?

Answer: The technologies used in this project are React Native + Styled Components to handle scoped CSS.

🐛 Issues

Feel free to file a new issue with a respective title and description on the the GoBarber Mobile repository. If you already found a solution to your problem, I would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.

🎉 Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

📕 License

Released in 2019. This project is under the MIT license.

Made with love by Laura Beatris 💜🚀