FlatMate is a society maintenance management app to streamline tasks like online payments, resident records, announcements, and expense tracking. Built with React, Node.js, and MongoDB, it empowers gated communities with simple, secure, and transparent management.

backend development frontend
2 Open Issues Need Help Last updated: Jul 14, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add a total member count to the MembersTable component in a React application that fetches data from two Firebase tables (users and members). The count should update dynamically, handle cases where Firebase is unavailable (using mock data), and maintain consistent styling with the existing dark/light theme.

Complexity: 3/5
enhancement good first issue firebase frontend

FlatMate is a society maintenance management app to streamline tasks like online payments, resident records, announcements, and expense tracking. Built with React, Node.js, and MongoDB, it empowers gated communities with simple, secure, and transparent management.

JavaScript
#backend#development#frontend

AI Summary: Fix a bug in a React application that causes duplicate user data in a Firebase Realtime Database upon signup. The task involves modifying the signup logic to check for existing users with the same Firebase UID. If a user exists, update their data; otherwise, create a new record. This requires familiarity with React, Firebase Authentication, and Firebase Realtime Database.

Complexity: 3/5
bug help wanted good first issue

FlatMate is a society maintenance management app to streamline tasks like online payments, resident records, announcements, and expense tracking. Built with React, Node.js, and MongoDB, it empowers gated communities with simple, secure, and transparent management.

JavaScript
#backend#development#frontend