This is a sample static website built as a practice project to explore modern web development tools like GitHub and Webpack. The site simulates a travel agency homepage with animated interactions and mobile responsiveness.
-
Scroll Reveal Animations
Sections smoothly animate into view as the user scrolls down the page. -
Responsive Navigation Menu
A mobile-friendly hamburger menu toggles a dropdown navigation on small screens. -
Modal Overlay Menu
An interactive modal appears for additional menu functionality or announcements. -
Webpack Integration
JavaScript modules are bundled using Webpack for a modular and optimized build process.
To run the project locally:
Clone the repository:
git clone https://github.com/Rebeccals1/TravelAgencyExample.gitThen, while in the TravelAgencyExample directory:
npm installFinally, type the following to run the site:
npm run build
🚀 Live Demo: Click to view the site