{"id":48005203,"url":"https://github.com/kaloudasdev/pontus-historical-map","last_synced_at":"2026-04-04T13:03:06.283Z","repository":{"id":338624081,"uuid":"1158507709","full_name":"KaloudasDev/pontus-historical-map","owner":"KaloudasDev","description":"Interactive historical map of Pontus featuring 7 significant cities of Greek presence. Built with React, Leaflet \u0026 Framer Motion. Clean and responsive.","archived":false,"fork":false,"pushed_at":"2026-02-15T15:31:42.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-15T20:24:52.495Z","etag":null,"topics":["ancient-greece","education","greek-history","interactive-map","leaflet","pontus","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KaloudasDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":"FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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},"funding":{"github":["KaloudasDev"],"ko_fi":"kaloudasdev"}},"created_at":"2026-02-15T13:47:02.000Z","updated_at":"2026-02-15T15:32:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/KaloudasDev/pontus-historical-map","commit_stats":null,"previous_names":["kaloudasdev/pontus-historical-map"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/KaloudasDev/pontus-historical-map","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaloudasDev%2Fpontus-historical-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaloudasDev%2Fpontus-historical-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaloudasDev%2Fpontus-historical-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaloudasDev%2Fpontus-historical-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KaloudasDev","download_url":"https://codeload.github.com/KaloudasDev/pontus-historical-map/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaloudasDev%2Fpontus-historical-map/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31400460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":["ancient-greece","education","greek-history","interactive-map","leaflet","pontus","react"],"created_at":"2026-04-04T13:03:05.576Z","updated_at":"2026-04-04T13:03:06.277Z","avatar_url":"https://github.com/KaloudasDev.png","language":"JavaScript","readme":"## Historical Map of Pontus\n\nProfessional interactive web application showcasing seven significant cities of the Pontus region with historical information and imagery. Built with modern web technologies for optimal performance and user experience.\n\n## Overview\n\nThis project presents an interactive historical map of Pontus, featuring seven major cities of Greek presence in Asia Minor and the Black Sea region. The application combines geographic visualization with rich historical content, providing an educational and visually compelling experience.\n\n## Featured Cities\n\n- **Σμύρνη (Smyrna)** - Cosmopolitan center of Ionian civilization\n- **Αμάσεια (Amaseia)** - First capital of the Kingdom of Pontus\n- **Μάδυτος (Madytos)** - Thriving commercial hub of Thracian Chersonese\n- **Αδραμύτιο (Adramytio)** - Major Mysian trade center\n- **Κασταμονή (Kastamoni)** - Strategic Paphlagonian fortress city\n- **Καλλικράτεια (Kallikrateia)** - Ancient Pontic trading post\n- **Κωνσταντινούπολη (Constantinople)** - Queen of Cities, Byzantine capital\n\n## Features\n\n- **Interactive Map Interface** - Smooth pan, zoom, and navigation controls\n- **City Markers** - Custom-designed animated markers for each location\n- **Information Panels** - Detailed historical descriptions with imagery\n- **Responsive Design** - Optimized for desktop and mobile viewing\n- **Smooth Animations** - Professional-grade transitions and effects\n- **Clean Architecture** - Modular React components for maintainability\n\n## Technology Stack\n\n| Component | Technology |\n|-----------|------------|\n| Build Tool | Vite |\n| Package Manager | npm |\n| Animations | Framer Motion |\n| Frontend Framework | React 19 |\n| Styling | CSS3 with Glassmorphism |\n| Map Integration | Leaflet + React-Leaflet |\n\n## Installation\n\n```bash\n# Clone repository\ngit clone https://github.com/kaloudasdev/pontus-historical-map.git\n\n# Navigate to project\ncd pontus-historical-map\n\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n```\n\n## Deployment\n\n```bash\n# Build for production\nnpm run build\n\n# Preview production build\nnpm run preview\n```\n\n## Project Structure\n\n```\npontus-historical-map/\n├── src/\n│   ├── assets/          # Icons and static resources\n│   ├── data/            # City data and configurations\n│   │   └── cities.js    # Historical city information\n│   ├── App.jsx          # Main application component\n│   ├── App.css          # Application styles\n│   ├── index.css        # Global styles\n│   └── main.jsx         # Application entry point\n├── index.html           # HTML template\n├── package.json         # Dependencies and scripts\n└── vite.config.js       # Vite configuration\n```\n\n\u003e [!IMPORTANT]\n\u003e Node.js version 16 or higher is required for development.\n\n## Usage Guide\n\n1. **Browse Cities** - Click city names in the left sidebar\n2. **Explore Map** - Navigate using mouse/touch controls\n3. **View Details** - Click markers for quick information\n4. **Access History** - Select cities for comprehensive historical data\n5. **Close Panels** - Use the X button to return to map view\n\n## Historical Context\n\nThe Pontus region (Εύξεινος Πόντος) represents one of the most significant areas of Hellenic civilization outside mainland Greece. From the establishment of Miletian colonies in the 8th century BCE to the population exchange of 1923, Greek communities thrived along the Black Sea coast and interior Anatolia for nearly three millennia.\n\n\u003e [!TIP]\n\u003e Use the interactive map to explore the geographic relationships between these historically connected cities.\n\n## Important Notice Regarding Historical Information\n\nThe historical data, population figures, and descriptions presented in this application have been compiled from various sources and may contain inaccuracies or require verification. \n\n**Please note:**\n- Population estimates prior to 1922 are approximate\n- Historical boundaries and locations may differ from modern geography\n- Some information may be subject to ongoing historical research\n\n\u003e [!CAUTION]\n\u003e If you identify any inaccuracies or have verified historical information to contribute, please report it through the appropriate channels or contact us directly so we can improve the educational value of this project.\n\n## Contributing\n\nContributions are welcome! Please ensure:\n- Historical accuracy is maintained\n- Code follows existing architecture\n- Testing is performed locally\n\n## License\n\nThis project is licensed under the MIT License. See [LICENSE](LICENSE) file for details.\n\n## Academic Context\n\nDeveloped as a student project for Greek history and geography education, demonstrating the integration of modern web technologies with traditional historical research.\n\n\u003e [!CAUTION]\n\u003e All historical data is provided for educational purposes. Population figures represent estimates prior to 1922.\n","funding_links":["https://github.com/sponsors/KaloudasDev","https://ko-fi.com/kaloudasdev"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaloudasdev%2Fpontus-historical-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaloudasdev%2Fpontus-historical-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaloudasdev%2Fpontus-historical-map/lists"}