yote-chat

What it does

It allows users on the platform to send and receive messages from each other in real-time.

How it was built

I made use of HTML, CSS, and Javascript for the frontend. This enabled me to style the website and make Ajax calls using javascript to run my PHP code in the back end. PHP which was used in the backend allowed me to store data, and update data which made the site work. Real-time communicate was achieved by means of Ajax calls

Challenge we ran into

I was faced with the issue of synchronizing the message between two users and using a notification of a new message on the users' page.

  • HTML
  • CSS
  • PHP