ushahidi / Lamu-UI

Ushahidi 3.0 Lamu Front-End UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI-Prototypes

HTML/CSS/JS Front-End UI Prototypes

Front-end Stack:

The stack is designed in an Object Oriented, Modular way, to allow for optimized revisions, updates, testing and scalability. When possible everything has been broken down into smaller bits. Life is much easier this way.

ZURB-Foundation

  • common desktop and mobile UI components & elements - no need to reinvent the wheel, just restyle it.
  • out of the box multi device and browser support
  • Sass support

Jekyll

  • modular HTML
  • all necessary files generate into _site folder

Bower

  • package and dependency management
  • easily add, remove and update all dependencies

RequireJS

  • modular JS FTW!
  • call and deliver only what is needed when you need it.
  • optimize all JS to reduce http requests for better speed and performance

Sass/Compass

  • Vanilla CSS not FTW

Pattern Library

  • In the works

About

Ushahidi 3.0 Lamu Front-End UI

License:MIT License


Languages

Language:JavaScript 90.8%Language:CSS 6.1%Language:Ruby 3.0%