Skip to content

Instantly share code, notes, and snippets.

View Shaunakde's full-sized avatar

Shaunak De Shaunakde

View GitHub Profile
@Shaunakde
Shaunakde / index.html
Created May 21, 2015 13:10
Playing around with ReactJS - props and state demo // source http://jsbin.com/zetoco
<!DOCTYPE html>
<html>
<head>
<script src="http://fb.me/react-0.12.0.js"></script>
<script src="https://fb.me/JSXTransformer-0.13.3.js"></script>
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
@Shaunakde
Shaunakde / index.html
Created May 12, 2015 13:28
Jquery experimentation source http://jsbin.com/nabapo
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<meta charset="utf-8">
<title>Jquery Bin</title>
<style id="jsbin-css">
#target{
color:#55F;
@Shaunakde
Shaunakde / index.html
Created May 11, 2015 15:47
Basic setup for a Phaser js game - http://jsbin.com/liwero
<html>
<head>
<title>Clrfeed-ex01</title>
<meta charset="utf-8">
<script src="http://cdn.jsdelivr.net/phaser/2.2.2/phaser.min.js"></script>
</head>
<body>
<div id="game"></div>