shameekbaranwal / pingx

A minimalistic text-based chat application accessible from the web as well as the command-line.

Home Page:https://pingx.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A minimalistic text-based chat application accessible from the web as well as the command-line.

The server is hosted on Heroku and the web client is hosted on Netlify.
The CLI Client is currently WIP, and will be hosted as an npm package once finished.

Tech Stack

Web-Client: React, TailwindCSS

Server: Node, Express, SocketIO

CLI-Client: Chalk, InquirerJS, CommanderJS

Roadmap

The development roadmap for the project is available here.

Run Locally

Clone the project

  git clone https://github.com/shameekbaranwal/pingx

Go to the SERVER directory

  cd server

Install dependencies

  npm install

Start the server

  npm run start

Authors

About

A minimalistic text-based chat application accessible from the web as well as the command-line.

https://pingx.netlify.app


Languages

Language:JavaScript 89.0%Language:HTML 6.4%Language:Shell 3.3%Language:CSS 1.1%Language:Procfile 0.0%