{"id":23069909,"url":"https://github.com/diecatiamonteiro/trip-planner","last_synced_at":"2026-05-05T21:34:53.092Z","repository":{"id":264167379,"uuid":"892531946","full_name":"diecatiamonteiro/trip-planner","owner":"diecatiamonteiro","description":"A travel itinerary SPA built with React and with external APIs. Includes simple user authentication with Firebase.","archived":false,"fork":false,"pushed_at":"2024-11-22T20:31:44.000Z","size":948,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T23:27:18.966Z","etag":null,"topics":["contextapi","firebase","here-maps-api","react","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://trip-planner-lovat-seven.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/diecatiamonteiro.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-11-22T09:41:46.000Z","updated_at":"2024-11-22T20:36:47.000Z","dependencies_parsed_at":"2025-02-08T23:34:59.027Z","dependency_job_id":null,"html_url":"https://github.com/diecatiamonteiro/trip-planner","commit_stats":null,"previous_names":["diecatiamonteiro/trip-planner"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diecatiamonteiro%2Ftrip-planner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diecatiamonteiro%2Ftrip-planner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diecatiamonteiro%2Ftrip-planner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diecatiamonteiro%2Ftrip-planner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diecatiamonteiro","download_url":"https://codeload.github.com/diecatiamonteiro/trip-planner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246981173,"owners_count":20863828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["contextapi","firebase","here-maps-api","react","vercel-deployment"],"created_at":"2024-12-16T06:17:57.047Z","updated_at":"2026-05-05T21:34:48.044Z","avatar_url":"https://github.com/diecatiamonteiro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TripPlanner 🌍 A Travel Itinerary Web Application\n\nTripPlanner helps you create detailed travel plans with interactive maps, activity scheduling, and budget tracking.\n\n\u003cimg src=\"public/screenshots/homepage.png\" alt=\"Home Page\" width=\"500\" /\u003e\n\n\u003cbr\u003e\n\n🔗 [Live Demo - Try it now!](https://trip-planner-lovat-seven.vercel.app)\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Key Features](#key-features)\n- [Tech Stack](#tech-stack)\n- [Project Structure](#project-structure)\n- [Acknowledgments](#acknowledgments)\n- [Preview](#preview)\n\n## Introduction\n\nTripPlanner is a comprehensive travel planning application that combines interactive mapping, detailed activity scheduling, and budget management.\n\nI created TripPlanner as both a learning experience and a practical solution for my own travel planning needs. This project allowed me to dive deep into React development, work with external APIs, and implement user authentication while building something I would actually use.\n\nTripPlanner is designed for **desktop use only**. For the best experience, please access the application on a desktop browser.\n\n#### TripPlanner in a nutshell:\n\n- 📍 Interactive map integration with HERE Maps API\n- 📅 Day-by-day activity planning\n- 💰 Budget tracking for each activity\n- 🔄 Real-time updates and synchronization\n- 🔐 Secure user authentication\n\n## Key Features\n\n#### 1. Interactive Trip Planning\n\n- Destination search with HERE Maps API autocomplete\n- Interactive map with location markers\n- Day-by-day itinerary planning\n\n#### 2. Activity Management\n\n- Add, edit, and remove activities\n- Set start and end times\n- Add activity descriptions\n- Track costs per activity\n- Automatic budget calculation\n\n#### 3. Map Integration\n\n- Interactive HERE Maps integration\n- Location search and suggestions\n- Visual representation of planned activities\n- Custom markers for each activity\n\n#### 4. User Management\n\n- Secure authentication system using Firebase\n- Personal dashboard\n- Save and manage multiple trips\n- Simple profile customization\n\n#### 5. Data Export \u0026 Sharing\n\n- Export itineraries to PDF\n- Simple sharing of trip content with others\n\n#### 6. State Management\n\n- React Context API for global state\n- Custom reducers for predictable state updates\n- Real-time synchronization with Firestore\n- Local storage for guest users\n\n\u003cbr\u003e\n\n**Note:** The contact email shown in the footer of my application is not real and is included for demonstration purposes only.\n\n## Tech Stack\n\n#### Frontend\n\n- React 18\n- Context API for state management\n- React Router for navigation\n- HTML5 \u0026 CSS3\n- JavaScript ES6+\n\n#### Backend \u0026 Services\n\n- Firebase Authentication\n- Firebase Firestore\n- HERE Maps API\n- Vite build tool\n- Vercel for deployment\n\n#### Additional Tools\n\n- Axios for API requests\n- html2pdf for PDF generation\n- Custom utility functions\n- Environment variable management\n\n## Project Structure\n\nsrc/  \n├── components/  \n│ ├── activity/ # Activity-related components  \n│ ├── auth/ # Authentication components  \n│ └── layout/ # Layout components  \n├── contexts/ # React Context providers  \n├── pages/ # Main application pages  \n├── reducers/ # State management reducers  \n├── styles/ # CSS stylesheets  \n├── utils/ # Utility functions  \n└── config/ # Configuration files\n\n## Acknowledgments\n\nA big thanks to [Wanderlog](https://wanderlog.com) for inspiring the design and functionality of this application. Their outstanding platform provided valuable insights that shaped my approach to building my TripPlanner.\n\n## Preview\n\n#### Planning Page\n\n![Planning Page](public/screenshots/planningpage.png)\n\n#### Itinerary Page\n\n![Itinerary Page](public/screenshots/itinerarypage.png)\n\n#### Saved Trips Page\n\n![Saved Trips Page](public/screenshots/savedtripspage.png)\n\n\u003cbr\u003e\n\n---\n\nMade with ❤️ by [Cátia Monteiro](https://github.com/diecatiamonteiro). Thanks for reading!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiecatiamonteiro%2Ftrip-planner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiecatiamonteiro%2Ftrip-planner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiecatiamonteiro%2Ftrip-planner/lists"}