An open API service indexing awesome lists of open source software.

https://github.com/ramgoel/chatcolon

A Web Application that allows the users to Chat and Code at one place.
https://github.com/ramgoel/chatcolon

css express expressjs hacktoberfest html javascript nodejs reactjs

Last synced: 3 months ago
JSON representation

A Web Application that allows the users to Chat and Code at one place.

Awesome Lists containing this project

README

          

# CodeChat

A Web Application that allows the users to Chat and Code at one place.

## Authors

- [@RamGoel](https://www.github.com/RamGoel)

## Tech Stack

**Client:** EJS, HTML, Bootstrap, CSS

**Server:** Node, Express, SocketIO, Axios, MongoDB

## Run Locally

Clone the project

```bash
git clone https://github.com/RamGoel/CodeChat.git
```

Go to the project directory

```bash
cd CodeChat
```

Install dependencies

```bash
npm install
```

Start the server

```bash
nodemon index
```

## Live View

[View Live](https://codechatapp.herokuapp.com/)

## Features

- Light/dark mode toggle
- Cross platform
- Mostly Programming Language Support
- Users can make Groups
- No Page Refresh
- User JOIN/LEAVE Notifications
- Attractive UI
- Share Code between your Group
- Executes File Code
- Notifcation Tones
- Single Page App
- Chat Rooms Facility

## Screenshots

![Login Screen](snaps/ss2.png)
![Main Screen](snaps/ss1.png)