Tiim.me
in Projects on Computer science
Tiim.me is a project website that stores to-do list items in browser cookies and displays them on a simple web interface. It uses proper back-end GET
and POST
request handling to dynamically serve templated html content.
The full Tiim.me web user-interface.
The backend runs in Python Flask, one of the popular modern back-end alternatives to PHP, and was originally hosted on a Heroku daemon. It serves HTML, CSS, and JS content generated dynamically based on browser cookie data that is passed during the GET
request. All browser cookie handling occurs on the front end through Javascript.
View Tiim.me on GitHub here.