Skip to content

Latest commit

 

History

History
95 lines (60 loc) · 2.39 KB

File metadata and controls

95 lines (60 loc) · 2.39 KB

My-Chapp

react native chat

Application created as part of a course

  • Kimberly Vargas

  • Jonathan Mendoza.

Live Demo

chapp.com

With our application you have a variety of use cases for chat, including:

Messages are encrypted!

  • Send text messages
  • Send audios
  • Send images
  • Send videos
Description of the application

**To use the application, you must first register**.

First it shows all the groups you are included in.

You can create infinite amount of groups,
but you need at least 3 participants to create it, including yourself.

You can send messages to anyone, but you can also block them.
someone so you don't receive their messages.

Messages can be modified [edited] or deleted

The profile shows:
 - List of the people you talk to most.
 - Number of text messages sent.
 - Number of voice messages sent.
 - Number of videos sent.
 - Number of words sent.

The statistics control is done with Firebase.
since we can extract any data in real time.

Architecture

react native chat

Installation

Clone

git clone https://github.com/jonathan20dev/my-chapp.git

Install node_modules

npm i

Run app

npm start

Authors 👍✨

Kimberly Img Jonathan Img
Kimberly Vargas Jonathan Mendoza

Quick Links