Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beersheba authored Apr 28, 2021
1 parent d114be5 commit 9d1d738
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# Texel Chat

![Demo](https://github.com/beersheba/texel-chat/blob/master/images/demo.gif)
<img src="https://github.com/beersheba/texel-chat/blob/master/images/demo.gif" height="600">

A simple messaging app where users can sign up and log in to chat.<br>
Users can create a new chat room, or join the existing one.
A simple messaging app, allowing user to
- sign up & login by email
- join chat room (by id)
- see messages history
- send messages
- use emoji 😎👍!<br>

##

The project is written in Dart using <a href="https://flutter.dev/">Flutter SDK</a> by Google.
The project is written in Dart using <a href="https://flutter.dev/">Flutter SDK</a> by Google.<br>
Chat messages are stored in <a href="https://firebase.google.com/docs/firestore">Cloud Firestore</a> database.

App can run on both iOS and Android (also on Web, Mac and PC).

![Demo](https://github.com/beersheba/texel-chat/blob/master/images/chat.png)
<img src="https://github.com/beersheba/texel-chat/blob/master/images/chat.png" width="700">

Source can be compiled using Android Studio or VSCode.

Expand Down

0 comments on commit 9d1d738

Please sign in to comment.