A prototype interactive mobile application showcasing parking management features, built with Proto.io and exported as a static HTML5 application.
- iPhone 15 Pro Max responsive design
- Portrait and landscape orientation support
- Interactive prototype with multiple pages
- Fully self-contained with local assets
- No external dependencies
- Push this repository to GitHub
- Go to Settings → Pages
- Under "Build and deployment", select:
- Source: Deploy from a branch
- Branch:
main(or your default branch) - Folder:
/(root)
- Your site will be live at:
https://yourusername.github.io/repo-name/
# Using Python 3
python -m http.server 8000
# Then open: http://localhost:8000# Using Node.js
npx http-server
# Then open: http://localhost:8080├── index.html # Main entry point
├── preview.html # Preview version with UI controls
├── fullscreen.html # Fullscreen player
├── src/
│ ├── index.html # App content
│ ├── data/ # Application data
│ ├── assets/ # Images and branding
│ ├── scripts/ # JavaScript libraries
│ ├── stylesheets/ # CSS styles
│ └── libraries/ # UI components
└── README.md # This file
Simply open index.html in a web browser. The application will display an iPhone mockup with the interactive prototype loaded.
- Refresh: Reload the prototype
- Rotate: Toggle between portrait and landscape
- Fullscreen: Expand to full screen view
- Chrome/Chromium
- Firefox
- Safari
- Edge
All modern browsers with ES6 support are required.
- This is a static export of a Proto.io prototype
- All assets are included locally
- No backend server or external API calls are required
- Suitable for offline viewing and sharing
ParkPilot - Parking Management Application Prototype