imperadorxs / GoBarber_Web_2021

done to log in, create an account, update your account and start receiving appointments at your barber shop made by the application, so you can see your changes much better through the web interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoBarber Mobile

Aplication web to see your appointments at your barber shop

GitHub top language Made by Repository size GitHub last commit Repository issues GitHub

About the project   |    Technologies   |    Getting started   |    How to contribute   |    License

πŸ‘¨πŸ»β€πŸ’» About the project

done to log in, create an account, update your account and start receiving appointments at your barber shop made by the application, so you can see your changes much better through the web interface

πŸš€ Technologies

Technologies that I used to develop this api

πŸ’» Getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/imperadorxs/GoBarber_Web_2021 &&  cd GoBarber_Web_2021

Follow the steps below

# Install the dependencies

$ yarn

# start to run aplication in your browser

yarn start

πŸ€” How to contribute

  • Make a fork of this 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 imperadorxs/GoBarber_Web_2021
# Clone your fork

$ git clone your-fork-url &&  cd GoBarber_Web_2021



# Create a branch with your feature

$ git checkout -b my-feature



# Make the commit with your changes

$ git commit -m 'feat: My new feature'



# Send the code to your remote branch

$ git push origin my-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.


Made with πŸ’œ  by Allan Santiago πŸ‘‹ See my linkedin

About

done to log in, create an account, update your account and start receiving appointments at your barber shop made by the application, so you can see your changes much better through the web interface

License:MIT License


Languages

Language:TypeScript 98.9%Language:HTML 1.0%Language:JavaScript 0.1%