BC Travel Guide is a travel guide website about British Columbia, Canada. The page introduces popular BC destinations through travel story cards, featured videos, a subscription form, contact information, and a dedicated media source page. It also includes an optional PHP and MySQL subscription backend for running locally with XAMPP.
The demo link shows the frontend version of the project. The PHP and MySQL subscription backend only works in a local XAMPP environment.
- Responsive navigation with anchors for Stories, Explore More, Videos, and Contact Us.
- Travel story cards for Vancouver, Vancouver Island, etc.
- Subscription form for collecting a visitor's name, email, and favorite article topic.
- PHP form handler that saves subscriptions into a MySQL database.
- Subscriber list page for viewing submitted records locally.
- Sign Up button that scrolls to the subscription form.
- Two embedded YouTube travel videos about British Columbia.
- Contact section with an embedded Google Map.
GitHub Pages can host the frontend, but it cannot run PHP or MySQL. Use XAMPP or another PHP server for the subscription backend.