Marketing website for the Costco Passport iOS app, built with HTML, CSS, and JavaScript. Hosted on GitHub Pages.
Visit: https://gurpreetz.github.io/costco-passport-site/
Costco Passport is an iOS app that helps users track their visits to Costco warehouse locations across America. Users can check in at locations, collect achievements, and explore new states.
- Clone the repository:
git clone https://github.com/yourusername/costco-passport-site.git
cd costco-passport-site- Open
index.htmlin your browser or use a local server:
# Using Python 3
python3 -m http.server 8000
# Using Python 2
python -m SimpleHTTPServer 8000
# Using Node.js
npx http-server- Visit
http://localhost:8000in your browser
- Push to GitHub:
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/yourusername/costco-passport-site.git
git push -u origin main-
Enable GitHub Pages:
- Go to repository Settings
- Navigate to Pages section
- Select "main" branch as source
- Click Save
-
Your site will be live at:
https://yourusername.github.io/costco-passport-site/
-
Take screenshots in Xcode simulator (iPhone 15 Pro Max recommended)
-
Save screenshots as PNG files
-
Place them in the
screenshots/directory with these names:map-view.png- Main map viewlocation-detail.png- Location detail sheetcheck-in.png- Check-in interfacestatistics.png- Statistics dashboardachievements.png- Achievements view
-
Recommended dimensions: 1290 x 2796 px (iPhone 15 Pro Max)
costco-passport-site/
├── index.html # Main landing page
├── styles.css # All styles
├── script.js # Interactive features
├── privacy.html # Privacy policy
├── terms.html # Terms of service
├── screenshots/ # App screenshots
│ └── README.md # Screenshot instructions
└── README.md # This file
Edit CSS variables in styles.css:
:root {
--primary-color: #007AFF;
--primary-dark: #0051D5;
--secondary-color: #5856D6;
/* ... */
}- Update text in
index.html - Modify feature descriptions
- Change App Store link when available
- Update contact email
- HTML5
- CSS3 (with CSS Grid and Flexbox)
- Vanilla JavaScript
- Google Fonts (Inter)
This website is independent and not affiliated with Costco Wholesale Corporation.
For questions: gurpreet.appdev@myyahoo.com
Built with ❤️ for Costco enthusiasts