This is a simple irc chat app built using JavaScript, PHP and MySQL. The project was created in secondary school.
Table of Contents
Explore the live demo of the irc app.
To get a copy of this project up and running on your local machine, follow these steps:
- Clone the repository to the place where the php interpreter is running (e.g. xampp - htdocs) :
git clone https://github.com/piechnikk/irc.git
- Create a MySQL database named
irc
and importirc.sql
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.
- /color - change user color
- /nick [new name] - change user name
- /quit - exit from the app
Note: This project was created in secondary school and serves as an example of a js chat app.