Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

wladimirgrf/gobarber-web

Repository files navigation

Logo

React Application for GoBarber project

Repository size GitHub last commit Repository issues GitHub

PAGE

🌍 Ecosystem

Below the technologies, used to build this Web System:

Name Status
react version
unform version
react_router_dom version
styled_components version
jest version
typescript version
eslint version
prettier version

💻 Getting started

Requirements

Must have the GoBarber API running.

Clone the project and access the folder

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

Follow the steps below

# Project dependencies
$ yarn

# Start the client
$ yarn start

🤝 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-web

Follow the steps below

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

# 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.