BoundlessJourneys is a dynamic travel website that provides users with an interactive platform to explore and discover exciting travel destinations around the world. The website offers a seamless user experience, responsive design, and engaging content that caters to the travel enthusiast community.
- Browse a curated list of popular travel destinations.
- View high-quality images of each destination.
- Responsive design for a seamless experience across devices.
- Engaging carousel showcasing featured destinations.
- User-friendly navigation with intuitive UI.
- HTML5, CSS3, JavaScript
- React.js and tailwindcss for frontend development
- React-Icons for icons
- Unsplash for fetching destination images
- Clone the repository:
git clone https://github.com/SahilChowkekar/BoundlessJourneys-Travel-Website.git
- Navigate to the project directory:
cd BoundlessJourneys-Travel-Website
- Install dependencies using Yarn or npm:
yarn install
or
npm install
- Start the development server:
yarn start
or
npm start
- Open your browser and navigate to
http://localhost:3000
to see the website in action.