Skip to content

piechnikk/irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

irc

This is a simple irc chat app built using JavaScript, PHP and MySQL. The project was created in secondary school.

Table of Contents

Live Demo

Explore the live demo of the irc app.

Setup

To get a copy of this project up and running on your local machine, follow these steps:

  1. Clone the repository to the place where the php interpreter is running (e.g. xampp - htdocs) :
git clone https://github.com/piechnikk/irc.git
  1. Create a MySQL database named irc and import irc.sql

Usage

Open your preferred web browser and navigate to http://localhost/irc (address can be different depending on the php interpreter used) to access the running application.

COMMANDS

  • /color - change user color
  • /nick [new name] - change user name
  • /quit - exit from the app

INTERFACE

interface

Technologies

HTML5 CSS3 JavaScript PHP MySQL

Note: This project was created in secondary school and serves as an example of a js chat app.