Skip to content

magickaichen/SLite

Repository files navigation

SLite

SLite - An online IM web application that is a lite version mockup of Slack, with following features implemented:

  • Channel-based instant messaging w/ emoji support and image uploads
  • DM to other users within the organization
  • Users sign up/login with authentication
  • Create public and private channels
  • Star/Highlight preferred channels
  • Chat history search/lookup

Demo

Live Demo here: SLite

Use This Project

Clone this project (or download as zip)

git clone [email protected]:magickaichen/SLite.git

Install all dependencies

  • Use npm:
npm install
  • Or use Yarn:
yarn

Start development server

npm start

Or (if use Yarn)

yarn start

About

A re-implementation of Slack chat app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published