A mobile iOS-compatible knowledge management app built with React Native and Expo.
- Create and edit notes with titles and content
- Hierarchical note organization (sub-notes)
- Local data persistence with AsyncStorage
- Clean, intuitive UI
- Delete notes with confirmation
- View note details and sub-notes
- React Native
- Expo
- React Navigation
- AsyncStorage
```bash npm install npm start ```
- Backend integration with Node.js/MongoDB
- User authentication
- Cloud sync
- Markdown support
- Search functionality
Built as part of my mobile development learning journey.