Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 971 Bytes

File metadata and controls

45 lines (37 loc) · 971 Bytes

📱 mobile/README.md

Teachme Mobile

The mobile application for the Teachme platform — giving technocrats a way to share and consume knowledge on the go.

📲 Built With

  • Expo (React Native)
  • Tailwind (via NativeWind)
  • React Navigation
  • Redux Toolkit or Zustand
  • Axios
  • Socket.IO for real-time features

🧪 Running the App

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/

Figma Link