/

TrackItAll

JavaScript | UUID | Firebase

Project

Overview

This time-tracker utilises firebase and UUIDs to keep track of the users timers. Designed to allow the user to track how much time in total they spend on activites, such as learning, reading or doing the dishes. Instead of a signup system I decided to use UUIDs to allow the user to save the timers and to sync them accross devices. It uses firebase to store the timers and the UUIDs, allowing the user to run the timers on multple devices at once.

Technologies

JavaScript

UUIDs

Firebase

Back