The mobile application for the Teachme platform — giving technocrats a way to share and consume knowledge on the go.
- Expo (React Native)
- Tailwind (via NativeWind)
- React Navigation
- Redux Toolkit or Zustand
- Axios
- Socket.IO for real-time features
git clone https://github.com/your-org/teachme-mobile.git
cd teachme-mobile
cp .env.example .env
npm install
npx expo start🔥 Features
- Cross-platform (iOS & Android)
- Share and browse knowledge content
- Live chat and push notifications
- Earn from your contributions
- Dark/light mode
📁 Folder Structure
css
Copy
Edit
src/
├── screens/
├── components/
├── navigation/
├── services/
└── store/