GithubHelp home page GithubHelp logo

chatapp-skel's Introduction

<!DOCTYPE html>
<head>
	<title>Chat Application - ReadME</title>
	<style>
		body {
			font-family: sans-serif;
			font-size: 120%;
		}
	</style>
</head>

<body>
	<h1>Chat Application</h1>
	<p>Your assignment today is to create a Chat client. The goal is, that by the end of this workshop we'll all be talking to each other in the same chatroom.</p>

	<h2>Links</h2>
	<ul>
		<li><a href="https://developer.mozilla.org/en/JavaScript">MDN javascript documentation</a></li>
		<li><a href="http://documentcloud.github.com/backbone/">Backbone.js documentation</a></li>
		<li><a href="http://documentcloud.github.com/backbone/examples/todos/index.html">Backbone.js example application</a></li>
		<li><a href="http://documentcloud.github.com/underscore/">Underscore.js documentation</a></li>
	</ul>

	<h2>Requirements</h2>
	<ul>
		<li>Firebug (if you're running Firefox)</li>
		<li>Git + a Github account</li>
		<li>A local webserver</li>
	</ul>

	<h2>Order of work</h2>

	<p>You are completely free to do this in any order you prefer, but here's a suggestion:</p> 
	<ol>
		<li>Basic stylesheet to make things look ok.</li>
		<li>Create bootstrap code to initialize both collections and the connection class. Hardcode the nickname and email address for now.</li>
		<li>Also make sure the 'welcome' section is hidden for now</li>
		<li>Create a view for the "messages" section.</li>
		<li>Create a view for the "inputArea" section.</li>
		<li>Create a view for the "userList" section</li>
		<li>Create a view for the "welcome" section</li>
		<li>Create the application controller/view that's responsible for setting everything up.</li>
		<li>If there's time left, make it cooler :)</li>
	</ol>

	<h2>Tips</h2>

	<ul>
		<li>If you want to connect to the server, you must load the client through a local webserver. It will not work if you run it through the file:// protocol, due to cross-site restrictions.</li>
		<li>You're using Git, so commit as often as you can!</li>
		<li>Have fun.. I suppose?</li>
	</ul>	

</body>

chatapp-skel's People

Contributors

evert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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