Status: ✅ Complete and functional! Ship Date: November 9, 2025 Version: 1.0.0
Discover 40+ verified dog-friendly patios across Vancouver neighborhoods! This app helps dog owners find the perfect patio with their furry friends.
- 🔍 Search by name, food type, or address
- 📍 Filter by neighborhood
- 💧 See which patios have water bowls
- 🔥 Find heated patios for cold days
- ☂️ Discover covered patios for rainy days
- ✅ All data verified and current
- 📱 Mobile responsive design
cd frontend
npm install
npm run dev
# Visit http://localhost:5173- Enable GitHub Pages in repository settings
- Select "GitHub Actions" as source
- Push to main branch
- Workflow will auto-deploy
- React 18 + Vite
- Tailwind CSS
- JSON data (no backend needed!)
- GitHub Actions for deployment
- Lines of Code: ~400
- Components: 4 (App, PatioList, PatioCard, SearchBar)
- Data: 40 verified dog-friendly patios
- Development Time: 45 minutes
- Dependencies: Minimal (React + Tailwind)
Once GitHub Pages is enabled: https://rhart696.github.io/dog-patio-vancouver/
This project was completed as part of Week 2 "Ship Don't Infrastructure" challenge.
- Started as skeleton with just "Tailwind is working!"
- Built complete UI in 45 minutes
- Focused on shipping over perfection
- Second project shipped in one day!