TravelMate is a lightweight trip planning web app that lets users store, view, and manage trip details. Built using HTML, CSS, and JavaScript, it provides a clean and intuitive UI for entering trip names, locations, start/end dates, and activities.
All entries are saved locally using browser storage, making it easy to use offline. It supports form validation, editable fields, and printable summaries.
This project helped enhance my frontend development skills, especially in form logic, layout design, and localStorage.
Future upgrades include backend integration (e.g. Firebase), user authentication, and travel checklist features.