Here is the complete, consolidated README.md file. It incorporates your latest cleanup, updates the Folder Structure to accurately reflect your current directory, and ensures the repo links match your terminal path.
# TeachLink Mobile
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:
git clone [https://github.com/rinafcode/teachLink_mobile.git](https://github.com/rinafcode/teachLink_mobile.git)
cd teachLink_mobile
cp .env.example .env
npm install
npx expo start- Cross-platform (iOS & Android)
- Share and browse knowledge content
- Live chat and push notifications
- Earn from your contributions
- Dark/light mode
.
├── app/ # Expo Router: File-based routing & layouts
├── assets/ # Media (Images, Fonts, Icons)
├── components/ # Reusable UI components
├── constants/ # App-wide constants (Colors, API endpoints)
├── docs/ # Project documentation & troubleshooting logs
├── hooks/ # Custom React hooks
├── scripts/ # Build and maintenance scripts
├── src/ # Shared business logic and services
├── app.json # Expo configuration
├── tailwind.config.js # NativeWind styling configuration
└── tsconfig.json # TypeScript configuration