This project was born from a need for a software to track daily progress and time invested into work in general and solving DSA in specefic. In the hunt for a suitable application to fulfil our needs, we ended up building our own project. Forward keeps track of the time spent daily towards any activity and generates a graph based on collected data over time. It has a sign in feature and supports multiple concurrent users but is restricted to one device per user.
It is built on vanilla js and html/css.
To try out the web-app simply follow the link : https://forward-455dc.web.app/index.html
- Tracks time spent over a day at a certain activity persistently.
- Retains data even if browser is closed.
- Generates a visualisation based on stored data over time.
- Supports multiple concurrent users.
- Easy to use. Deployed over the WEB. Accesible on mobile devices.
Distributed under the MIT License. See LICENSE for more information.