eChung's Note

Tatap

What is it?

Tatap GIF

Tatap is a android chat app that lets you make pre-defined messages to your friends, and send them with two taps. This app can be useful in a situation where you are in hurry or need to send quick messages. The features it provides are :

  1. Pre-defined messages so that you can send them as quickly as possible.
  2. You can send messages with Tatap widgets on your phone screen without opening the app.
  3. You can send or receive location message that pin points where you or your friend is.

What was required?

The project required to have its backend server and mobile application. The backend server was implemented using Node.js, and android app was developed. All communication between the mobile app and the server was done with json, and each end-point in the server was well tested.

Backend (Node.js)

  • The server was setup on AWS.
  • Nginx for reverse-proxy.

Mobile (Android)