Another project to learn server-side(backend) web development. Created a real-time chat application using socket.io, express & nodejs. Front-end is made using HTML, CSS & Vanilla JS.
- User can choose any username.
- User can join any room of the given choices.
- Refresh the website to clear all chats.
- Improve the UI.
- Add login/signup.
- Add a feature to add images in text.
- Add hover effects.
To get a local copy up and running follow these simple example steps.
-
Clone this repo
$ git clone https://github.com/arshalsoren/JustChat.git
-
Move to this directory
$ cd JustChat
-
Install the dependencies
$ npm install
-
Run app
$ npm start
- A modern browser
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- Fork it (https://github.com/arshalsoren/JustChat/fork)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Give it a ⭐️ if you like this project!