# peer_teach_frontend **Repository Path**: peer_teach/peer_teach_frontend ## Basic Information - **Project Name**: peer_teach_frontend - **Description**: 友人教前端仓库 RN技术 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-16 - **Last Updated**: 2024-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` ├─ app │ ├─ (tabs) 路由 │ │ ├─ _layout.tsx │ │ ├─ community.tsx │ │ ├─ findTeach.tsx │ │ ├─ friends.tsx │ │ ├─ mine.tsx │ │ └─ teach.tsx │ ├─ +html.tsx │ ├─ +not-found.tsx │ ├─ _layout.tsx │ ├─ apis │ ├─ pages │ │ ├─ community //社区 │ │ ├─ findTeach //首页 │ │ │ └─ index.tsx │ │ ├─ friends //好友 │ │ ├─ mine //我的 │ │ └─ teach //互教 │ ├─ store │ └─ utils //工具 ```