Skip to content

An online communication application that provides a real-time or live transmission of text messages from sender to receiver.

Notifications You must be signed in to change notification settings

falselunatic/Realtime-chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime-chat-application

  • An online communication application that provides a real-time or live transmission of text messages from sender to receiver.

Create beautiful user interface to interact with people using HTML,CSS & PHP.


Project-Specifications

  • Create an UI for online interaction between each other.
  • Add Signup, login & logout functionality as well.
  • Search Bar.
  • Personal chatroom.
  • User active, inactive functionality.
  • fontawesome icons.
  • password hashing using php.

Glimpses of Project

  • Signup page

Screenshot-68.png

Screenshot-69.png

  • Login page

Screenshot-72.png

  • Users list

Screenshot-81.png

  • User is offline

Screenshot-71.png

  • Interaction b/w two

Screenshot-75.png

Screenshot-76.png

Importants

  • Install XAMPP server on your desktop.
  • Start both of these modules "Apache" & "MySQL".
  • Then click on the "Admin" button in the MySQL module.
  • Next, The tab of "PhpMyAdmin" will be opened on your desktop.
  • Now, Create DataBase chat.
  • In this DB, we will be creating two tables, named as messages & users.

  • So, at first, create table messages which will be having 4 columns named as `msg_id` (int(11)),`incoming_msg_id` (int(255)), `outgoing_msg_id` (int(255)), `msg` (varchar(1000)).

  • now, create another table `users` in which details of users will be getting stored. this table will be having 8 coulms named as `user_id` (int(11)), `unique_id` (int(255)), `fname` (varchar(255)), `lname` (varchar(255)), `email` (varchar(255)), `password` (varchar(255)), `img` (varchar(255)), `status` (varchar(255)).

  • Make sure you've connected your project to the DataBase.

github-logo.png

Thanks for reading! wishing you happy coding!

About

An online communication application that provides a real-time or live transmission of text messages from sender to receiver.

Topics

Resources

Stars

Watchers

Forks