Skip to content
/ TinCan Public

Lightweight chat app that makes messaging simple. Built with Node.js and Socket.IO.

Notifications You must be signed in to change notification settings

DarimK/TinCan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinCan

TinCan is a web app that lets you chat with other online users in a fun and spontaneous way. Unlike other messaging apps, TinCan does not track or store your conversations, so you can chat freely without worrying about message history. TinCan is designed to be fast, fun, and easy to use.

Features

  • Real-time chat with other online users
  • No sign-up or login required
  • No message history or data retention
  • Responsive design that works on any device
  • Ability to create or join private and public rooms
  • Ability to change your username and app color theme
  • Ability to save your data to your browser

Technologies

TinCan is built with the following technologies:

  • HTML, CSS, and JavaScript for the frontend
  • Node.js and Express for the backend
  • Socket.io for real-time communication

Demo

You can try out TinCan at https://www.darim.me/TinCan.

Installation

To run TinCan locally, you need to have Node.js installed on your machine. Then, follow these steps:

  • Clone this repository:
git clone https://github.com/DarimK/TinCan.git
  • Navigate to the project folder:
cd TinCan
  • Install the dependencies:
npm install
  • Start the server:
npm start
  • Open your browser and go to this URL:
http://localhost:3000
:)