TravelMate is a sleek and user-friendly travel app built with React and Tailwind CSS. Whether you're planning a vacation or a business trip, TravelMate helps you discover destinations, track your itinerary, and explore the Sri Lanka with ease.
- 🗺️ Explore Destinations — Discover popular places, hidden gems, and travel tips.
- 📅 Trip Planner — Create and manage personalized itineraries.
- 🧳 Packing Checklist — Keep track of everything you need to bring.
- 🌦️ Weather Forecast — Get real-time weather updates for your destinations.
- 🧭 Navigation Integration — Quick access to maps and directions.
- 🔔 Travel Alerts — Receive important travel updates and reminders.
- React — Front-end UI
- Tailwind CSS — Styling and layout
- React Router — Navigation and routing
- Context API / Redux (optional) — State management
- OpenWeather API / Travel APIs — Live travel and weather data
- Node.js & npm installed
- A code editor (like VSCode)
# Clone the repo
git clone https://github.com/vinod281/travel_application.git
# Navigate into the project
cd travel_application
# Install dependencies
npm install
# Start the development server
npm start