{"id":25657163,"url":"https://github.com/aericki/breakinglocations-frontend","last_synced_at":"2026-05-09T00:02:17.635Z","repository":{"id":278843195,"uuid":"935656912","full_name":"aericki/breakinglocations-frontend","owner":"aericki","description":"A page dedicated to the breakdance community","archived":false,"fork":false,"pushed_at":"2025-09-15T19:18:43.000Z","size":844,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T20:31:36.704Z","etag":null,"topics":["api-rest","bboy","bgirl","breakdance","breakers","breaking","dancer","frontend","maps","netlify","postgresql","prisma","prisma-client","prisma-orm","prismaaccelerate","render","supabase","typescript"],"latest_commit_sha":null,"homepage":"https://beta-breakinglocations.netlify.app/","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/aericki.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":"2025-02-19T19:55:34.000Z","updated_at":"2025-09-15T19:18:46.000Z","dependencies_parsed_at":"2025-02-22T03:18:04.369Z","dependency_job_id":"5cbf9e22-32ed-4337-9093-0f6d924aafee","html_url":"https://github.com/aericki/breakinglocations-frontend","commit_stats":null,"previous_names":["aericki/breakinglocations-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aericki/breakinglocations-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aericki%2Fbreakinglocations-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aericki%2Fbreakinglocations-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aericki%2Fbreakinglocations-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aericki%2Fbreakinglocations-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aericki","download_url":"https://codeload.github.com/aericki/breakinglocations-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aericki%2Fbreakinglocations-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32802533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["api-rest","bboy","bgirl","breakdance","breakers","breaking","dancer","frontend","maps","netlify","postgresql","prisma","prisma-client","prisma-orm","prismaaccelerate","render","supabase","typescript"],"created_at":"2025-02-23T23:16:31.898Z","updated_at":"2026-05-09T00:02:17.607Z","avatar_url":"https://github.com/aericki.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏋️ Training Locations Registration Application\n\nThis is a project for a breaking training locations registration application, where users can register and view training locations on a map. The application uses hCaptcha to prevent spam and implements a search for municipalities and registered locations via the Nominatim API.\n\n## 📋 Features\n\n- **Training Locations Registration**: Allows users to register a training location by filling in information like name, address, city, state, and phone.\n- **Location Mapping**: Users can click on the map to set latitude and longitude coordinates. The address is reverse-geocoded to display the corresponding address.\n- **Bot Protection**: hCaptcha implementation to verify user authenticity during registration.\n- **Map Display and Navigation**: View registered locations on an interactive map.\n\n## 🚀 Technologies\n\nThe main technologies and libraries used in this project are:\n\n- **React** + **TypeScript** for building the interface\n- **React-Leaflet** for map display and interactions\n- **hCaptcha** for bot protection\n- **Axios** for API communication\n- **Tailwind CSS** for styling\n\n## 🔧 Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/aericki/breakinglocations-frontend.git\n    cd breakinglocations-frontend\n    ```\n\n2. Install dependencies:\n    ```bash\n    npm install\n    ```\n    or \n    ```bash\n    yarn add \u0026\u0026 yarn\n    ```\n\n3. Start the frontend in the folder:\n    ```bash\n    npm run dev\n    ```\n\n4. Access the application at `http://localhost:5173`.\n\n## 📌 Usage\n\n### Location Registration\n\nHome Page.\n\n1. Open the registration form.\n2. Click on the map to set the exact location, which will automatically fill in the address.\n3. Fill in the location details, if the address or city does not appear, enter it manually (name, address, city and phone).\n4. Complete the hCaptcha and click \"Register.\"\n\n\n## ⚙️ API Endpoints\n\n- **POST /api/register**: Registers a new training location.\n- **GET /api/locations**: Returns all registered locations.\n\n## 🤝 Contributing\n\n1. Fork the project.\n2. Create a branch for your feature (`git checkout -b feature/new-feature`).\n3. Commit your changes (`git commit -m 'Add new feature'`).\n4. Push to the branch (`git push origin feature/new-feature`).\n5. Open a Pull Request.\n\n---\n\nCreated by [Aéricki Ferreira](https://github.com/aericki) with 💙  \nInstagram: [@aery_abc](https://www.instagram.com/aerickiferreira)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faericki%2Fbreakinglocations-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faericki%2Fbreakinglocations-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faericki%2Fbreakinglocations-frontend/lists"}