Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 933 Bytes

File metadata and controls

45 lines (35 loc) · 933 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

```bash
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](https://www.figma.com/design/0RX6a19AbtemWmq8GLX1Y4/TeachLink-Project?node-id=0-1&t=gfrhW9c55Pxnfrl1-0)