A modern single-page travel company website built using HTML, CSS, and JavaScript, with JSON data fetching for dynamic content.
This project showcases how to design and build a responsive website for a travel agency, complete with destinations, packages, and company details.
- β Single-Page Design β Smooth navigation on one page
- β
Dynamic Data Loading β Fetches destinations/packages from
JSON - β Responsive Layout β Works across desktop, tablet, and mobile
- β Attractive UI β Clean and modern design with travel-themed styling
- β Tour Packages Section β Displays available travel packages
- β Destination Highlights β Showcases popular locations
- β Company Info Section β About, services, and contact details
- β Reusable JSON Data β Easily replace JSON content with your own
- β SEO-Friendly Structure β Simple meta tags for better discoverability
- β Lightweight β No external heavy frameworks, loads fast
- HTML5 β Structure & content
- CSS3 β Styling & responsive design
- JavaScript (Vanilla JS) β JSON fetch & DOM manipulation
- JSON β Data storage for destinations/packages
TRAVEL-website/ βββ index.html # Main HTML file βββ style.css # CSS styling βββ script.js # JavaScript for fetching JSON βββ data.json # JSON file with travel data βββ assets/ # Images & static resources βββ README.md # Project documentation
- Clone the repository
git clone https://github.com/KrishnaNarkhede/TRAVEL-website.git cd TRAVEL-website - Open in Browser
Open index.html in your preferred browser.
3.Modify Data
Edit data.json to update travel destinations, packages, or services.
π¨βπ» Author Krishna Narkhede
π GitHub Profile
πΌ Focused on Web Development & Automation Projects