BadgerChat is a full-featured mobile chat application built using React Native and Expo. It supports authentication, real-time chat, message creation, deletion, and anonymous access.
- User login, registration, and JWT token handling
- Drawer navigation across multiple chatrooms
- Create/delete posts in specific rooms
- "Continue as Guest" mode with read-only access
- Uses
expo-secure-store
for secure credential handling
- React Native (Expo)
- Secure auth via JWT
- React Navigation
- Custom REST API integration
npm install
npm start