{"id":15140260,"url":"https://github.com/mahmoud-alaa1/world-wise","last_synced_at":"2026-01-20T02:46:58.587Z","repository":{"id":255943094,"uuid":"852389394","full_name":"mahmoud-alaa1/world-wise","owner":"mahmoud-alaa1","description":"React application that allows users to track their travel experiences","archived":false,"fork":false,"pushed_at":"2024-09-18T03:10:30.000Z","size":1904,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T10:47:55.942Z","etag":null,"topics":["context-api","css-modules","custom-hooks","react","react-router-v6"],"latest_commit_sha":null,"homepage":"https://world-wise1.vercel.app/","language":"JavaScript","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/mahmoud-alaa1.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}},"created_at":"2024-09-04T18:10:50.000Z","updated_at":"2024-09-18T03:10:33.000Z","dependencies_parsed_at":"2024-09-08T02:51:06.405Z","dependency_job_id":"66a47657-d4be-4d6a-b1da-16f08ddfed4b","html_url":"https://github.com/mahmoud-alaa1/world-wise","commit_stats":{"total_commits":82,"total_committers":1,"mean_commits":82.0,"dds":0.0,"last_synced_commit":"60a1c4b3ddf511f615ff9b2eaeb81453067cc565"},"previous_names":["mahmoud-alaa1/world-wise"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mahmoud-alaa1/world-wise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoud-alaa1%2Fworld-wise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoud-alaa1%2Fworld-wise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoud-alaa1%2Fworld-wise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoud-alaa1%2Fworld-wise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahmoud-alaa1","download_url":"https://codeload.github.com/mahmoud-alaa1/world-wise/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoud-alaa1%2Fworld-wise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28594958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":["context-api","css-modules","custom-hooks","react","react-router-v6"],"created_at":"2024-09-26T08:01:49.778Z","updated_at":"2026-01-20T02:46:58.571Z","avatar_url":"https://github.com/mahmoud-alaa1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌍 WorldWise\n\nWorldWise is a travel application that allows users to track their travel experiences across cities and countries. It helps you visualize where you've been and keeps a log of your adventures.\n\n## ✨ Features\n- Interactive Map: Explore cities you've visited and track your journeys.\n- User Authentication: Secure login to protect your travel history.\n- Protected Routes: Access the app's dashboard only after logging in.\n- City \u0026 Country Listings: Detailed city and country lists to record your travels.\n\n## 🖥️ Demo\nYou can check **live website** [World Wise](https://world-wise1.vercel.app/).\n\n\n![image](https://github.com/user-attachments/assets/a3b84fc2-e03f-474e-8347-b84d939ff474)\n![image](https://github.com/user-attachments/assets/9a580753-0484-4296-b3f8-d678d0e30b47)\n![image](https://github.com/user-attachments/assets/6000d924-c58d-4500-ba41-216f2f5400e7)\n\n\n\n## 🚀 Technologies Used\n- React: Front-end `library`\n- React Router DOM: For routing between pages\n- Context API: For managing city and authentication state\n- Custom Hooks: Implemented hooks to handle data fetching, geolocation, and URL position tracking.\n- CSS Modules: For component-scoped styling\n- Vercel: For deployment\n\n## 🔐 Authentication\nThis project uses a fake authentication context for managing user login. To access the main application, login with the following default credentials:\n- Email: mahmoud@example.com\n- Password: qwerty\n\n## 📦 Installation\n1. Clone the repository:\n```\ngit clone https://github.com/your-username/worldwise.git\n```\n2. Navigate into the project directory:\n```\ncd worldwise\n```\n\n3. Install dependencies:\n```\nnpm install\n```\n\n## 🔄 Usage\n1. Run the application locally:\n```\nnpm run dev\n```\n2. Run fake database \n```\nnpm run server\n```\n3. Open [http://localhost:5173/](http://localhost:5173/) to view it in the browser.\n\n\n\n## 📖 How It Works\n- Homepage: Provides a welcoming interface with a call to action to start tracking your travels.\n- Login: Users can log in securely to access the app.\n- Protected Routes: Only authenticated users can access features like adding or viewing cities and countries.\n- App Layout: Displays the interactive map and user information.\n- City \u0026 Country Management: Use the CityList and CountryList components to manage your travel data.\n\n## 📂 Project Structure\n\n![image](https://github.com/user-attachments/assets/aec77bf6-76ab-4526-ba54-f56d8ab17e28)\n\n\n\n\n\n\n## 🤝 Contributing\nFeel free to contribute to this project by creating issues, submitting pull requests or emiling me [Mahmoud Alaa](mailto:mahmoud.alaa.dev1@gmail.com?subject=[GitHub]%20World%20Wise).\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahmoud-alaa1%2Fworld-wise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahmoud-alaa1%2Fworld-wise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahmoud-alaa1%2Fworld-wise/lists"}