TravelApp helps users to organize their trips, book accommodations, and explore new destinations with ease.
- User Authentication: Secure login and registration system.
- Trip Planning: Create and manage travel itineraries.
- Destination Exploration: Discover new places and attractions..
- Notifications: Receive reminders and updates about your trips.
- Clone the repository:
git clone https://github.com/yourusername/travelApp.git
- Navigate to the project directory:
cd travelApp
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
.