Trello graphical user interface

Does anyone know what technology or framework or whatever is being used to present this nice GUI on the Trello website?
I'm a little outdated from front-end tech.

+3


source to share


2 answers


On the front end, Trello predominantly uses jQuery and Backbone.js. All modals, menus and dialog boxes are normal. All CSS is normal. Trello also uses a font icon for icons.



+4


source


Here is a very good post from Fog Creek (the creators) of Trello Tech Stack: Trello Tech Stack

In a nutshell (if you're too busy to read the article), they use:

Client



  • Trunk (for client-side MVC)
  • HTML5 (for pushState)
  • Mustache (for templates)

Server

  • node.js
  • HAProxy
  • Redis
  • MongoDB
+5


source







All Articles