Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-14 authored May 27, 2021
1 parent a955e96 commit cd67533
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# housingsociety

Housing Society Management Application written in Flutter.

## Screenshots
|Profile |Chat |Notice |
|-----------------------------------------------|--------------------------------------------|----------------------------------------------|
Expand All @@ -10,6 +11,36 @@ Housing Society Management Application written in Flutter.
|Social Media |Health |Visitor |
|<img src='screenshots/social.gif' width='250'> |<img src='screenshots/health.gif' width='250'>|<img src='screenshots/visitor.gif' width='250'>|

## Features
First user to register is given admin access by default. Rest of the users do not have admin access by default.
* User types
* Admin
* give / revoke admin access
* disable / enable access to application
* User
* Disabled
* Profile Management
* Edit name, email, password, profile picture
* Chat
* Notice
* Add, Edit, Delete notice (admin access required)
* Translate into regional Indian languages
* Text to speech
* Complaints
* like, comment on complaints
* Analyse complaints
* Voting (admin access required to initiate voting)
* Set timer
* Contacts
* Add emergency contacts (admin access required)
* Social Media
* Add photos
* Follow/ unfollow users
* Health
* Visitor authentication
* add / edit visitors (admin access required)
* send sms to respective flat (admin access required)

## Getting Started

#### 1. [Setup Flutter](https://flutter.dev/docs/get-started/install)
Expand All @@ -21,3 +52,6 @@ $ https://github.com/arjun-14/housingsociety.git
* Enable authentication (email/ password)
* Enable Cloud Firestore
* Enable Storage

## What's next
* IOS support

0 comments on commit cd67533

Please sign in to comment.