The official landing page and web platform for myTroski Go — your ultimate trotro navigation and transit companion in Ghana.
# myTroski Go Website
Official website for myTroski Go - a smart transit app for Ghana that helps commuters know their fares, skip queues, and avoid getting overcharged.
## 🚀 About myTroski Go
myTroski Go is a crowdsourced transit data platform designed specifically for Ghana's public transportation system. The app provides:
- **Live fare updates** - Know exactly what to pay before you board
- **Route planning** - Multi-hop directions with combined fare calculations
- **Community alerts** - Real-time updates on traffic, delays, and price changes
- **City pulse** - Stay informed with the latest transit news and updates
## 🌐 Website Features
This website serves as the landing page and informational hub for myTroski Go:
- **Responsive design** - Works seamlessly on desktop and mobile devices
- **Modern animations** - Smooth transitions using Framer Motion
- **Live updates** - Real-time city pulse data from Supabase
- **Download options** - Direct links to Android APK and web app
- **iOS instructions** - Step-by-step guide for iPhone users
- **Informative pages** - About, Contact, and Privacy Policy sections
## 🛠️ Tech Stack
- **React 19** - Latest React with concurrent features
- **TypeScript** - Type-safe development
- **Vite** - Fast build tool and dev server
- **Framer Motion** - Production-ready animation library
- **React Router** - Client-side routing
- **Supabase** - Backend and real-time database
- **Lucide React** - Beautiful icon library
## 📦 Installation
```bash
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
```
## 🔧 Environment Variables
Create a `.env` file in the root directory:
```
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
```
## 🚀 Deployment
The website is deployed and can be accessed at: `
mytroski-go.online` (replace with actual URL)
## 📱 Mobile App
The main myTroski Go mobile ap …