Skip to content

Live chat application made with html, css, sql, javascript (es6+) and php.

License

Notifications You must be signed in to change notification settings

Volunteer-Tech/live-chat-application-with-php

Repository files navigation

Live chat application made with html, css, sql, javascript (es6+) and php.

Features

  • you can create an account
  • you can talk live with several people
  • you can edit any information on your account
  • you can search for different users
  • you can become an admin (you have access to different things)
  • you can manage your notifications
  • you can search for live users

Programming Languages

The programming languages used for this project are: html, css, sql, javascript (es6+) and php.

How to run this

Download XAMPP from here and install it.

Now open XAMPP and start Apache and MySQL.

Create a new folder

Go to C:\xampp\htdocs.

Here you can create a new folder (folder-name) and upload the code from this repository.

Create a new database

Type http://localhost/phpmyadmin in your browser, create a new database with the name chat and upload chat.sql file in that!

Run app

Now you can type http://localhost/folder-name in your browser.


This project is made by Volunteer Tech®

Contributing

  1. Fork it (https://github.com/Volunteer-Tech/live-chat-application-with-php/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -m 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Releases

No releases published

Packages

No packages published