Scoprire is a Progressive Mobile App developed with Ionic and Angular. The app allows users and visitors to discover attractions, services, and interesting places in the Emilia region.
- Frontend: Angular + Ionic (with Capacitor)
- Languages: HTML, TypeScript, SCSS
- Compatibility: Mobile-first, installable as a PWA
- Key Functionality:
- Browse categories, locations, and services
- Interactive map
- Search and filters
- Detailed information on points of interest (POI)
- Modern UI, intuitive navigation
src/app: Contains modules, pages, and main services of the apppackage.json,angular.json: Angular project configurationionic.config.json,capacitor.config.ts: Integration with Ionic Capacitor for mobile/PWA featuresscss/: Custom styles
bash npm install ionic serve
or
ng serve
ionic build ionic cap sync ionic cap open android # or ios
The app connects to an AWS serverless backend (see scoprireBackend). Make sure to properly configure API endpoints in the Angular service lay


