vivek-30 / tab-switcher

MacOS tab switching feature implementation through "Doubly circular linked list" data structure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tab Switcher

This is tab switcher app that allow user to navigate/switch between multiple tabs easily and efficiently.

This is different from a normal Tab Switcher because, it allow users to navigate in cross direction (i.e., In Both Left And Right Direction)

Data structure used :

Doubly Circular Linked List

Technologies :

JavaScript,CSS,HTML

Controls-

  • To Move Forward : control + f

  • To Move Backward : control + b

About

MacOS tab switching feature implementation through "Doubly circular linked list" data structure.


Languages

Language:JavaScript 78.2%Language:CSS 13.9%Language:HTML 7.9%