Taskcluster Tool
My first contribution to an Open Source Project. I added a feature to Mozilla's Taskcluster Inspector Tool.
- Developed a UI feature for developers to access, sort and filter previous tasks in the task inspector tools.
- Used localStorage as primary data store for tasks.
A tool that runs automated builds and tests. I have used localStorage to store their taskIds on browser, where a user could find their latest task that they have visited.
Tools used