{"id":24979984,"url":"https://github.com/sajaltimilsina/worldwise","last_synced_at":"2026-05-09T01:12:23.589Z","repository":{"id":204335207,"uuid":"709839979","full_name":"SajalTimilsina/worldWise","owner":"SajalTimilsina","description":"WorldWise: A React-based travel tracking app leveraging Leaflet maps, user authentication, and city visualization. Manage your global adventures with ease, visualizing visited locations and exploring new destinations on an interactive map.","archived":false,"fork":false,"pushed_at":"2024-11-26T16:30:11.000Z","size":975,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T09:45:16.206Z","etag":null,"topics":["content-api","custom-hooks","openstreetmap","reactjs","state-management"],"latest_commit_sha":null,"homepage":"https://worldwise1.netlify.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/SajalTimilsina.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":"2023-10-25T13:56:54.000Z","updated_at":"2024-11-26T16:30:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd24fd47-1043-473d-bf78-393b53fa589f","html_url":"https://github.com/SajalTimilsina/worldWise","commit_stats":null,"previous_names":["sajaltimilsina/worldwise"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SajalTimilsina/worldWise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SajalTimilsina%2FworldWise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SajalTimilsina%2FworldWise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SajalTimilsina%2FworldWise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SajalTimilsina%2FworldWise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SajalTimilsina","download_url":"https://codeload.github.com/SajalTimilsina/worldWise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SajalTimilsina%2FworldWise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32803650,"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":["content-api","custom-hooks","openstreetmap","reactjs","state-management"],"created_at":"2025-02-04T04:29:02.404Z","updated_at":"2026-05-09T01:12:23.573Z","avatar_url":"https://github.com/SajalTimilsina.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WorldWise\n\nThis repository contains a React application called WorldWise that enables users to track their travels across the globe. It employs various components and functionalities to manage user data and provide an interactive experience.\n![image](https://github.com/SajalTimilsina/worldWise/assets/19229631/26287270-eac9-47d8-ad2f-edd4a649965b)\n![image](https://github.com/SajalTimilsina/worldWise/assets/19229631/1629c25d-1588-44db-9111-03fd013dabad)\n![image](https://github.com/SajalTimilsina/worldWise/assets/19229631/a134a9d5-d9ec-4fb7-a79c-86f9dea04d76)\n\n\n## Installation\n\nTo run this application locally, follow these steps:\n\n1. Clone the repository to your local machine.\n2. Install dependencies using `npm install`.\n3. Run the development server using `npm run dev`.\n\n## Scripts\n\n- `npm run dev`: Starts the Vite development server.\n- `npm run build`: Builds the application using Vite.\n- `npm run lint`: Lints the code using ESLint.\n- `npm run preview`: Opens a Vite preview server.\n- `npm run server`: Initiates a JSON server to watch city data from `data/cities.json`.\n\n## Dependencies\n\nThe application relies on several key dependencies:\n\n- `json-server`: Simulates a REST API server to handle city data.\n- `leaflet`: Utilized for interactive maps and markers.\n- `react` and `react-dom`: Core libraries for building the UI.\n- `react-datepicker`: Provides a date picker functionality.\n- `react-leaflet`: Integrates React with Leaflet for map rendering.\n- `react-router-dom`: Manages routing within the application.\n\n## Components and Pages\n\n### `AppLayout`\n\n- Combines `Sidebar`, `Map`, and `User` components to form the main application layout.\n\n### `Homepage`\n\n- Landing page displaying an overview of the application's purpose and encouraging users to start tracking their travels.\n\n### `Login`\n\n- Allows users to log in to the application with predefined credentials or customize their login details.\n\n### `Product`\n\n- Displays details about the application's pricing or additional information about WorldWise.\n\n### `Map`\n\n- Uses Leaflet to render an interactive map where users can view cities and add new locations by clicking on the map.\n\n## Contexts and Hooks\n\n### `CitiesContext` and `AuthContext`\n\n- Provide context for city data and user authentication, respectively.\n- Includes hooks like `useCities` and `useAuth` to access context values and functionalities.\n\n### `useGeolocation` and `useUrlPosition`\n\n- Custom hooks to manage geolocation and URL-based position tracking.\n\n## Contributing\n\nContributions to enhance WorldWise are welcome! Please feel free to submit pull requests or raise issues in the GitHub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajaltimilsina%2Fworldwise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsajaltimilsina%2Fworldwise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajaltimilsina%2Fworldwise/lists"}