Subite es una aplicación de viajes compartidos entre personas (carpooling P2P) diseñada especialmente para la comunidad argentina en Italia. Conectá con otros viajeros, coordiná recorridos y compartí el camino de manera segura y colaborativa.
- 🧾 Registro con email, teléfono y validación por SMS
- 🗺️ Mapa interactivo con conductores activos cerca
- 🚀 Solicitud de viaje con origen y destino manual o automático
- 💬 Chat directo entre pasajero y conductor
- ⭐ Sistema de calificaciones y reputación mutua
- 📈 Historial y contador de actividad
- 🕒 Horarios y disponibilidad de conductores
| Categoría | Tecnología |
|---|---|
| Frontend | React Native + Expo |
| Backend | Firebase (Auth, Firestore, FCM) |
| Mapa | Leaflet + OpenStreetMap |
| Geocodificación | Nominatim (OpenStreetMap) |
| Notificaciones | Firebase Cloud Messaging |
- Cloná este repositorio:
git clone https://github.com/s00ar/subite-p2p-rideshareapp.git
cd subite-p2p-rideshareapp
# Welcome to your Expo app 👋
This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).
## Get started
1. Install dependencies
```bash
npm install-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
When you're ready, run:
npm run reset-projectThis command will move the starter code to the app-example directory and create a blank app directory where you can start developing.
To learn more about developing your project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
Join our community of developers creating universal apps.
- Expo on GitHub: View our open source platform and contribute.
- Discord community: Chat with Expo users and ask questions.