mattxwang / onechan

💬 an anonymous one-channel chatroom - for fun

Home Page:http://onechan.matthewwang.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onechan

Build Status

onechan is an anonymous one-channel chatroom. I built it with React, reactstrap, & Firebase, with markdown, moment, random-words, sanitize-html as supporting packages, and avatars from Adorable Avatars. I'll likely add a few more features if I'm feeling like it, but I'm satisfied with this project as-is.

If you'd like to set this up yourself, all you need is node (I developed this on v10) and a firebase account.

Before you run the app, you need to edit src/firebase.js and replace the information with the key for your own firebase project.

Then, all you need to do is:

$ npm install
$ npm start

About

💬 an anonymous one-channel chatroom - for fun

http://onechan.matthewwang.me/

License:MIT License


Languages

Language:JavaScript 85.0%Language:HTML 9.5%Language:CSS 5.5%