var React = require('react/addons') module.exports = React.createClass({ render: function () { return (

Codexen App v0.2.0

About CodeXen

CodeXen is short code storage tool make coding more stressless. If you use CodeXen, then you will be disentangled from troublesome organizing a large number of snippets and googling same code many times.

  1. Post your code

    Post your commonly used code with description,category,and tags.

  2. Save on cloud

    From short snippet to long complex code,CodeXen saves any code simply.

  3. Use code like a magic

    CodeXen call code you posted whereever you are.Type [shift+control+tab] simultaneously.

  4. Code Elegantly

    That's all! You must be loved with CodeXen. Enjoy coding;)

© 2015 MAISIN&CO.,Inc.

) } })