Public Chat is a chat app that lets you exchange messages with other users in four different channels. You can set the background color, filter chat messages by date, send and delete messages and update your username.
Live version is here
Code is here
- Send a message
- Delete your message
- Hide another users message
- Set the background color
- Filter chat messages by date
- Update your username
- Notifications
- NoSQL database
- Local storage
- HTML 5
- CSS 3
- JavaScript ES6
- Firebase
- Cloud Firestore
- Hosting
Make sure you have Node.js installed:
https://nodejs.org/en/
Make sure you have Git installed:
https://git-scm.com/
Clone the github repo:
$ git clone https://github.com/nenadpejic/public-chat
Run with a live server extension.
Public Chat is my final project during IT Bootcamp course on JavaScript.
