{"id":19922050,"url":"https://github.com/vitor-martinss/gobarber","last_synced_at":"2026-04-07T18:31:38.398Z","repository":{"id":119835223,"uuid":"317173010","full_name":"vitor-martinss/GoBarber","owner":"vitor-martinss","description":"This project is based on an application for a hair salon. Containing scheduling, appointments, session and authentication. This app has been made during the GoStack Bootcamp.","archived":false,"fork":false,"pushed_at":"2021-02-19T20:08:41.000Z","size":4376,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:22:56.731Z","etag":null,"topics":["axios","eslint","gobarber","gobarber-project","gobarber-rocketseat","gostack-bootcamp","mongod","nodejs","prettier","react-hooks","react-native","react-router","reactjs","reactnative","redis","rocketseat","styled-components","typeorm","typescript","unform"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vitor-martinss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-30T09:28:31.000Z","updated_at":"2021-02-19T20:08:44.000Z","dependencies_parsed_at":"2023-05-04T14:47:28.542Z","dependency_job_id":null,"html_url":"https://github.com/vitor-martinss/GoBarber","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vitor-martinss/GoBarber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitor-martinss%2FGoBarber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitor-martinss%2FGoBarber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitor-martinss%2FGoBarber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitor-martinss%2FGoBarber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitor-martinss","download_url":"https://codeload.github.com/vitor-martinss/GoBarber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitor-martinss%2FGoBarber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31524524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","eslint","gobarber","gobarber-project","gobarber-rocketseat","gostack-bootcamp","mongod","nodejs","prettier","react-hooks","react-native","react-router","reactjs","reactnative","redis","rocketseat","styled-components","typeorm","typescript","unform"],"created_at":"2024-11-12T22:09:25.400Z","updated_at":"2026-04-07T18:31:38.378Z","avatar_url":"https://github.com/vitor-martinss.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"Mockup\" src=\"https://res.cloudinary.com/eliasgcf/image/upload/v1587509596/GoBarber/mockup_ocggit.png\"\u003e\n\n## 💇🏻‍♂️ About the project\n\nThis project is based on an application for a hair salon. Containing scheduling, appointments, session and authentication.\n\n\n## 🚀 Technologies\n\nTechnologies that I used to develop this web client\n\n- [ReactJS](https://reactjs.org/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [React Router DOM](https://reacttraining.com/react-router/)\n- [React Icons](https://react-icons.netlify.com/#/)\n- [UnForm](https://unform.dev/) [💜](https://rocketseat.com.br/)\n- [Yup](https://github.com/jquense/yup)\n- [Styled Components](https://styled-components.com/)\n- [Polished](https://github.com/styled-components/polished)\n- [Axios](https://github.com/axios/axios)\n- [Husky](https://github.com/typicode/husky)\n- [Commitlint](https://github.com/conventional-changelog/commitlint)\n- [Commitizen](https://github.com/commitizen/cz-cli)\n- [Eslint](https://eslint.org/)\n- [Prettier](https://prettier.io/)\n- [EditorConfig](https://editorconfig.org/)\n\n## 💻 Getting started\n\n### Requirements\n\n- Have this application's [API](https://github.com/vitor-martinss/gobarber-api) running\n\n**Clone the project and access the folder**\n\n```bash\n$ git clone https://github.com/vitor-martinss/gobarber-web.git\n```\n\n**Follow the steps below**\n\n```bash\n# Install the dependencies\n$ yarn\n\n# Be sure the file 'src/services/api.ts' have the IP to your API\n\n# Start the client\n$ yarn start\n```\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\nMade with 💜 by Vitor Martins during the GoStack Bootcamp 👋 [See my linkedin](https://www.linkedin.com/in/vitormartinswebdesigner/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitor-martinss%2Fgobarber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitor-martinss%2Fgobarber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitor-martinss%2Fgobarber/lists"}