Giter VIP home page Giter VIP logo

chatterbox-client's Introduction

Chatterbox client

This is a project I completed as a student at Hack Reactor. This project was worked on with a pair. During the project we built a chat client consuming some parse API. The final client app has been refactored with various libraries/frameworks, from jQuery, to Backbone and ES6.

Structure:

The repository consist of

  • jQuery app
  • backbone app
  • backbone ES6 app
  • test Specs files.

Chatterbox app - Jquery version / Backbone version / BackboneES6 version

The app allows the user to chose rooms and fetch/post messages from and to a parse based API backend.

Install:

The project rely on bower for managing external libraries and dependencies, so be sure to first:

bower install

to run it, simply open ./client/index<type>.html with your browser. In particular:

  • ./client/indexJQuery.html
  • ./client/indexBacknone.html
  • ./client/indexBacknoneES6.html

Make sure to have a valid config.js inside the env folder.

SpecRunner - mocha

The specrunner contain both the tests for the client

Some code may be written in ES6 and may require to be transpiled in order to be tested.

Requirements

ES6 enabled on chrome chrome://flags/#enable-javascript-harmony. Babeljs.io for transipiling.

Testing

Tests are made with the Mocha testing framework. Test are located in the ./spec directory. To run the Just open the spec runner file with chrome.

SpecRunner.html

chatterbox-client's People

Contributors

rascle 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.