├── github ├── logo.png ├── youtube.png ├── AppGobarber.gif ├── NewGoBarber.gif ├── WebGoBarber.gif └── SignGoBarber.gif ├── .gitmodules └── README.md /github/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARTHURPC03/NewGoBarber-FullStack/HEAD/github/logo.png -------------------------------------------------------------------------------- /github/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARTHURPC03/NewGoBarber-FullStack/HEAD/github/youtube.png -------------------------------------------------------------------------------- /github/AppGobarber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARTHURPC03/NewGoBarber-FullStack/HEAD/github/AppGobarber.gif -------------------------------------------------------------------------------- /github/NewGoBarber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARTHURPC03/NewGoBarber-FullStack/HEAD/github/NewGoBarber.gif -------------------------------------------------------------------------------- /github/WebGoBarber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARTHURPC03/NewGoBarber-FullStack/HEAD/github/WebGoBarber.gif -------------------------------------------------------------------------------- /github/SignGoBarber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ARTHURPC03/NewGoBarber-FullStack/HEAD/github/SignGoBarber.gif -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "mobile"] 2 | path = mobile 3 | url = https://github.com/ARTHURPC03/AppNewGoBarber 4 | [submodule "web"] 5 | path = web 6 | url = https://github.com/ARTHURPC03/New-GoBarber-Web 7 | [submodule "back-end"] 8 | path = back-end 9 | url = https://github.com/ARTHURPC03/NewGoBarber 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 |
3 | Gobarber 4 |
5 |

6 | 7 |

The monorepo of a application that allows users to schedule an appointment with their favorite barber and show the barber their schedule for the day.

8 | 9 |
10 | demo-web 11 | demo-web 12 | demo-mobile 13 |
14 | 15 | --- 16 | 17 | # See the repositories 18 | 19 | ### - [REST API](https://github.com/ARTHURPC03/NewGoBarber) 20 | ### - [Web](https://github.com/ARTHURPC03/New-GoBarber-Web) 21 | ### - [Mobile](https://github.com/ARTHURPC03/AppNewGoBarber) 22 | 23 | --- 24 | 25 | 26 | ## 🚀 Technologies 27 | 28 | This project was developed with the following technologies: 29 | 30 | - ✔️ Typescript 31 | 32 | - ✔️ ReactJS 33 | 34 | - ✔️ React Native 35 | 36 | - ✔️ NodeJS 37 | 38 | - ✔️ React Hooks 39 | 40 | - ✔️ Context API 41 | 42 | - ✔️ Styled-components 43 | 44 | - ✔️ React Spring 45 | 46 | - ✔️ Polished 47 | 48 | - ✔️ Docker 49 | 50 | - ✔️ PostgreSQL 51 | 52 | - ✔️ Axios 53 | 54 | 55 | Made with 💜 by ARTHUR PC 👋 [See my linkedin](https://www.linkedin.com/in/arthurpc03/) 56 |
57 | 58 |
59 |

ARTHUR PC 60 | See my Youtube channel!

61 |
62 |
63 | 64 | --------------------------------------------------------------------------------