{"id":25820676,"url":"https://github.com/asad-ali-developer/uber-clone-frontend","last_synced_at":"2026-05-02T18:33:35.447Z","repository":{"id":270936144,"uuid":"911191612","full_name":"Asad-Ali-Developer/Uber-Clone-Frontend","owner":"Asad-Ali-Developer","description":"Uber clone backend built with Express.js and TypeScript. Supports real-time tracking with WebSockets and secure authentication. Scalable and optimized for performance","archived":false,"fork":false,"pushed_at":"2025-01-30T17:42:32.000Z","size":1912,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T12:52:47.521Z","etag":null,"topics":["axios-react","map","react","socket-io","typescript","zod"],"latest_commit_sha":null,"homepage":"https://uber-clone-frontend-tau.vercel.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/Asad-Ali-Developer.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}},"created_at":"2025-01-02T12:56:49.000Z","updated_at":"2025-01-30T17:42:36.000Z","dependencies_parsed_at":"2025-01-04T07:29:37.958Z","dependency_job_id":"675c3178-fb84-4b52-8f01-57661f0ffff5","html_url":"https://github.com/Asad-Ali-Developer/Uber-Clone-Frontend","commit_stats":null,"previous_names":["asad-ali-developer/uber-clone-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Asad-Ali-Developer/Uber-Clone-Frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asad-Ali-Developer%2FUber-Clone-Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asad-Ali-Developer%2FUber-Clone-Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asad-Ali-Developer%2FUber-Clone-Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asad-Ali-Developer%2FUber-Clone-Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asad-Ali-Developer","download_url":"https://codeload.github.com/Asad-Ali-Developer/Uber-Clone-Frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asad-Ali-Developer%2FUber-Clone-Frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32545864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: 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-react","map","react","socket-io","typescript","zod"],"created_at":"2025-02-28T09:58:32.111Z","updated_at":"2026-05-02T18:33:35.430Z","avatar_url":"https://github.com/Asad-Ali-Developer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UBER CLONE FRONTEND\n\n## Project Structure\n\nThe project follows the Atomic Design methodology, which consists of organizing components into Atoms, Molecules, and Organisms. Below is the structure of the `src` directory:\n\n## Functionalities\n\n### Atoms\n\n- **Input.tsx**: A reusable input component with support for password visibility toggle.\n- **InputForTrip.tsx**: A specialized input component for trip-related forms.\n- **LinkButton.tsx**: A button component that acts as a link.\n- **InputFieldError.tsx**: A component to display input field errors.\n\n### Molecules\n\n- **BookingModule.tsx**: A module for booking-related functionalities.\n- **CaptainDetails.tsx**: Displays details of the captain.\n- **CaptainLogout.tsx**: Handles captain logout functionality.\n- **CaptainProtectWrapper.tsx**: A wrapper component to protect captain routes.\n- **CompleteRideModal.tsx**: A modal to complete a ride.\n- **ConfirmRidePopupModal.tsx**: A popup modal to confirm a ride.\n- **ModuleWrapper.tsx**: A wrapper for modules.\n- **RidePopupModal.tsx**: A popup modal for ride notifications.\n- **UserLogout.tsx**: Handles user logout functionality.\n- **UserProtectWrapper.tsx**: A wrapper component to protect user routes.\n\n### Organisms\n\n- **AllLocationsModal.tsx**: A modal to display all locations.\n- **AllRidesModal.tsx**: A modal to display all rides.\n- **ConfirmRideModal.tsx**: A modal to confirm a ride.\n- **LocationSearchModal.tsx**: A modal for location search.\n- **LookingForDriverModal.tsx**: A modal to indicate looking for a driver.\n- **WaitingForDriverModal.tsx**: A modal to indicate waiting for a driver.\n\n### Contexts\n\n- **AuthCaptainContext.tsx**: Context for captain authentication.\n- **AuthUserContext.tsx**: Context for user authentication.\n\n### Hooks\n\n- **constant.ts**: Contains constants used across hooks.\n- **index.ts**: Exports all hooks.\n\n### Interfaces\n\n- **APICaptainResponse.ts**: Interface for API responses related to captains.\n- **index.ts**: Exports all interfaces.\n\n### Pages\n\n- **CaptainHomePage.tsx**: The home page for captains.\n- **UserHomePage.tsx**: The home page for users.\n\n### Providers\n\n- **index.ts**: Exports all context providers.\n\n### Routes\n\n- **index.ts**: Exports all routes.\n- **routes.ts**: Defines the routes for the application.\n\n### Schemas\n\n- **captainFormDataLogin.ts**: Schema for captain login form data.\n- **index.ts**: Exports all schemas.\n\n### Services\n\n- **index.ts**: Exports all services.\n\n### Utils\n\n- **generateRoutes.tsx**: Utility to generate routes.\n- **index.ts**: Exports all utilities.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js\n- Yarn or npm\n\n### Installation\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/your-repo/uber-clone-frontend.git\n   cd uber-clone-frontend\n\n\n   yarn install\n   # or\n   npm install\n\n   ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasad-ali-developer%2Fuber-clone-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasad-ali-developer%2Fuber-clone-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasad-ali-developer%2Fuber-clone-frontend/lists"}