RutaIQ is a smart mobility platform developed during Hackathon Movcun 2023 at Universidad del Caribe. This frontend application, built with Angular and Ionic, offers real-time route planning and public transportation guidance tailored for Cancun, serving both tourists and locals.
RutaIQ provides users with a simple and intuitive interface to:
- Locate nearby public transport routes.
- Get optimal travel paths similar to Google Maps.
- Navigate Cancun's urban mobility system with ease.
This project is part of the initiative “Cancún Interconectando Ciudades Inteligentes” to promote innovative smart city solutions.
- Framework: Angular + Ionic
- Languages: TypeScript, SCSS, HTML
- Routing & Maps: Google Maps API (planned/integrated)
- State & UI: Angular modules and components
git clone https://github.com/yourusername/RutaIQ-Frontend.git
cd RutaIQ-Frontendnpm installionic servesrc/
├── app/ # Angular/Ionic app modules
├── assets/ # Static files and icons
├── base/ # Core base configurations or constants
├── data/ # Static datasets or mocks
├── domain/ # Business logic or data models
├── environments/ # Environment configs (dev/prod)
├── helpers/ # Utility functions
├── theme/ # Global SCSS styles and variables
├── types/ # Custom TypeScript types
├── global.scss # Global styles
├── index.html # Entry HTML file
├── main.ts # Main app bootstrap
├── polyfills.ts # Polyfills for browser support
├── test.ts # Test configuration
└── zone-flags.ts # Zone.js flags
- Ana Fernanda Gómez Lamadrid
- José Ángel Alvarado Gonzalez
- Karla Diaz
- Lian Erick Aguirre Sierra
- Sofia Ruvalcaba de la Noval
This project is a prototype and a starting point for future smart mobility applications in Mexican cities.