{"id":28103814,"url":"https://github.com/rajascript/dwella","last_synced_at":"2025-05-13T20:41:06.896Z","repository":{"id":286472807,"uuid":"943723470","full_name":"rajascript/Dwella","owner":"rajascript","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-06T17:00:22.000Z","size":278,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T18:19:33.925Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajascript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-06T06:53:51.000Z","updated_at":"2025-04-06T17:00:25.000Z","dependencies_parsed_at":"2025-04-06T18:19:38.117Z","dependency_job_id":"4f447ea5-66dd-43e7-879d-3a790e66e227","html_url":"https://github.com/rajascript/Dwella","commit_stats":null,"previous_names":["rajascript/dwella"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajascript%2FDwella","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajascript%2FDwella/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajascript%2FDwella/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajascript%2FDwella/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajascript","download_url":"https://codeload.github.com/rajascript/Dwella/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254022583,"owners_count":22001161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-13T20:39:27.438Z","updated_at":"2025-05-13T20:41:06.886Z","avatar_url":"https://github.com/rajascript.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dwella - Tenant Management System\r\n\r\nA modern web application for managing properties and tenants, built with React and Firebase.\r\n\r\n## Features\r\n\r\n- 🔐 Secure Authentication\r\n- 🏠 Property Management\r\n- 👥 Tenant Management\r\n- 💰 Rent Tracking\r\n- 📊 Activity Monitoring\r\n- 📱 Responsive Design\r\n- 🔔 WhatsApp \u0026 SMS Notifications\r\n\r\n## Tech Stack\r\n\r\n- **Frontend**: React.js\r\n- **Styling**: Tailwind CSS\r\n- **Backend**: Firebase\r\n  - Firestore Database\r\n  - Firebase Authentication\r\n  - Firebase Hosting\r\n- **UI Components**: Heroicons\r\n- **Routing**: React Router\r\n\r\n## Getting Started\r\n\r\n### Prerequisites\r\n\r\n- Node.js (v14 or higher)\r\n- npm or yarn\r\n- Firebase account\r\n- Git\r\n\r\n### Installation\r\n\r\n1. Clone the repository:\r\n\r\n```bash\r\ngit clone https://github.com/yourusername/dwella.git\r\ncd dwella\r\n```\r\n\r\n2. Install dependencies:\r\n\r\n```bash\r\nnpm install\r\n```\r\n\r\n3. Create a `.env` file in the root directory and add your Firebase configuration:\r\n\r\n```env\r\nREACT_APP_FIREBASE_API_KEY=your_api_key\r\nREACT_APP_FIREBASE_AUTH_DOMAIN=your_auth_domain\r\nREACT_APP_FIREBASE_PROJECT_ID=your_project_id\r\nREACT_APP_FIREBASE_STORAGE_BUCKET=your_storage_bucket\r\nREACT_APP_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id\r\nREACT_APP_FIREBASE_APP_ID=your_app_id\r\n```\r\n\r\n4. Start the development server:\r\n\r\n```bash\r\nnpm start\r\n```\r\n\r\nThe application will be available at `http://localhost:3000`\r\n\r\n## Project Structure\r\n\r\n```\r\ndwella/\r\n├── public/\r\n├── src/\r\n│   ├── components/\r\n│   ├── pages/\r\n│   ├── utils/\r\n│   ├── App.js\r\n│   └── index.js\r\n├── firestore.rules\r\n├── firestore.indexes.json\r\n├── firebase.json\r\n└── package.json\r\n```\r\n\r\n## Features in Detail\r\n\r\n### Property Management\r\n\r\n- Add and manage multiple properties\r\n- Track property details and status\r\n- View property-specific tenant information\r\n\r\n### Tenant Management\r\n\r\n- Add new tenants with detailed information\r\n- Track tenant status and history\r\n- Manage tenant documents and agreements\r\n\r\n### Rent Tracking\r\n\r\n- Automatic monthly rent generation\r\n- Payment tracking and history\r\n- Due date notifications\r\n\r\n### Activity Monitoring\r\n\r\n- Track all tenant-related activities\r\n- View payment history\r\n- Monitor maintenance requests\r\n\r\n### Notifications\r\n\r\n- WhatsApp integration for tenant communication\r\n- SMS notifications for important updates\r\n- Customizable notification templates\r\n\r\n## Deployment\r\n\r\n1. Build the application:\r\n\r\n```bash\r\nnpm run build\r\n```\r\n\r\n2. Deploy to Firebase:\r\n\r\n```bash\r\nfirebase deploy\r\n```\r\n\r\n## Security\r\n\r\nThe application implements robust security measures:\r\n\r\n- Firebase Authentication for user management\r\n- Firestore Security Rules for data access control\r\n- Secure API key management\r\n- Protected routes and components\r\n\r\n## Contributing\r\n\r\n1. Fork the repository\r\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\r\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\r\n4. Push to the branch (`git push origin feature/AmazingFeature`)\r\n5. Open a Pull Request\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\n## Support\r\n\r\nFor support, email support@dwella.com or create an issue in the repository.\r\n\r\n## Acknowledgments\r\n\r\n- Firebase for the backend infrastructure\r\n- React team for the frontend framework\r\n- Tailwind CSS for the styling system\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajascript%2Fdwella","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajascript%2Fdwella","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajascript%2Fdwella/lists"}