Skip to content

Commit 5bfac05

Browse files
committed
updated readme
1 parent f7b8c83 commit 5bfac05

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

readme.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ A chat app for Android written in Kotlin using MVVM.
1111
* Email and password
1212
* Google Auth
1313

14+
2. Reset Password
15+
1416
2. Sending and Receiving messages
1517

1618
3. User can update their profile by adding profile pictures, nicknames, etc.
@@ -40,6 +42,8 @@ A chat app for Android written in Kotlin using MVVM.
4042

4143
8. [Navigation Components](https://developer.android.com/guide/navigation/navigation-getting-started)
4244

45+
9. [Dot Loader](https://github.com/bhargavms/DotLoader)
46+
4347

4448
## Limitations
4549

@@ -50,3 +54,44 @@ A chat app for Android written in Kotlin using MVVM.
5054
## Compatibility
5155

5256
Android 9 (api level 28) and above.
57+
58+
59+
## Preview
60+
61+
## Screenshots
62+
63+
<table>
64+
<tr>
65+
<td><img src="screenshots/1.png" ></td>
66+
<td><img src="screenshots/8.jpg"></td>
67+
68+
</tr>
69+
<tr>
70+
<td><img src="screenshots/2.png" ></td>
71+
<td><img src="screenshots/3.png"></td>
72+
73+
</tr>
74+
<tr>
75+
<td><img src="screenshots/4.png" ></td>
76+
<td><img src="screenshots/5.png"></td>
77+
</td>
78+
</tr>
79+
80+
<tr>
81+
<td><img src="screenshots/6.png" ></td>
82+
<td><img src="screenshots/7.png"></td>
83+
</td>
84+
</tr>
85+
</table>
86+
87+
88+
## Upcoming Features
89+
90+
1. Group Chats
91+
2. Image Sharing
92+
3. Audio Sharing
93+
94+
95+
## License
96+
97+
This app is licensed under the MIT License. See [LICENSE]() for the full license text.

0 commit comments

Comments
 (0)