Jungle Memos is a full-featured social media application that allows users to create accounts, follow others, post content, like and comment on posts, and discover new users through search. The goal is to create a clean, intuitive, and engaging platform that fosters interaction and communication.
- Secure account creation & authentication
- Customizable user profiles
- View personal posts and follower activity
- Follow / unfollow other users
- View follower and following lists
- Personalized feed from followed users
- Create and share memos (posts)
- View a live feed of posts
- Edit or delete personal posts (if supported)
- Like posts
- Comment on posts
- Real-time interaction feedback (depending on implementation)
- Search for users
- View profiles and connect
- Explore growing communities
(Modify if needed)
- Frontend: Flutter / Dart
- Backend: BLoC + Firebase
- Database: Firestore
- Authentication: Firebase Authentication
git clone https://github.com/your-org/jungle-memos.git
cd jungle-memosIf using Flutter:
flutter pub getIf using web/node tools:
npm install
# or
yarn installFlutter:
flutter runWeb / Dev server:
npm run dev
# or
yarn devContributions are always welcome!
- Fork the repo
- Create a feature branch
- Submit a pull request
Feel free to open an issue for suggestions, bugs, or feature requests.
Jungle Memos aims to create a connected, expressive, and supportive social platform where everyone has a voice.
MIT License — feel free to use, modify, and build upon Jungle Memos.