Git Product home page Git Product logo

chatx's Introduction

ChatX

http://chatx.oklm.fm

This project is a little chat application made with React/Redux, on top of este boilerplate. It was originally created for a job test, and for learning React+Redux+ES6+ImmutableJS.

Prerequisites

  • node.js Node 6 with NPM 3 is required.
  • gulp npm install -g gulp
  • git git cmd tool is required

Create App

git clone --depth=1 https://github.com/pakokrew/ChatX.git
cd ChatX
npm install

Run in Development mode

  • run gulp
  • point your browser to localhost:3000
  • chat with the huge amount of people present in the app !
  • try editing some code

TODOs

  • Select multiple channels
  • Delete a room by owner
  • Access directly to a room by URL chat/roomId
  • Read firebase with child_* event for not reloading whole data
  • Style online users
  • Use id instead of copies/references in nested data (rooms/{id}/onlineUsers/* and messages/{id}/sender)

Dev Tasks

  • gulp run web app in development mode
  • gulp -p run web app in production mode
  • gulp -f run web app in development mode, but only browser source rebuilds on file changes
  • gulp ava run ava unit tests
  • gulp ava-watch continuous test running for TDD
  • gulp eslint eslint
  • gulp eslint --fix fix fixable eslint issues
  • gulp messages-extract extract messages for translation
  • gulp messages-check check missing and unused translations
  • gulp messages-clear remove unused translations
  • gulp favicon create universal favicon

Production Tasks

  • gulp build -p build app for production
  • npm test run all checks and tests
  • gulp to-html render app to HTML for static hosting like Firebase
  • gulp deploy-firebase deploy Firebase app
  • gulp deploy-firebase-database deploy Firebase database only

Credit

chatx's People

Contributors

steida avatar grabbou avatar xeed avatar cbioley avatar robi42 avatar tajo avatar justinr1234 avatar ondrejbartas avatar zigomir avatar greenkeeperio-bot avatar amowu avatar dombo avatar ilionic avatar ironer avatar piaolingxue avatar rkoberg avatar ja-be avatar thetoothpick avatar pstanisl avatar robinpokorny avatar alesjiranek avatar sedubois avatar syroegkin avatar sunnylqm avatar davidohayon669 avatar atypicalrobot avatar tomaskulich avatar tarkanlar avatar stephengfriend avatar mikker avatar

Stargazers

Pacien B avatar

Watchers

James Cloos avatar Pacien B avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.