Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Design

A primary goal of the design of this application was for it to be responsive, it should be equally as usable on mobile as it is on desktop.

Implementation

The TeamTimer application consists of an html5 client written using jade, coffee-script and less that communicates with an API server written in python with flask that exposes a mongodb database. The modular separation of the client and server allowed us too quickly mock and test the front-end design with our test users before investing the time to developing the backend.

...