This is a very simple Linked List Visualizer built with Vue3 composition APIs and Typescript for type safety. Used Linked List Data Structure for the Data Models and Vue3 Recursive components to present it in the UI.
- Append
- Prepend
- Searching with animations
- Reverse
- Save Linked Link Data in Browser's Local Storage
While viewing the demo, it might warn that this is a dangerous
website and you shouldn't visit it. But I can confirm that it is a false alarm. You can check the entire source code here in GitHub if you have any suspicion. I think, your browser flags it as dangerous as it attemps to save fairly large amount of data in your local storage (Obviously upon your approval).