Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.05 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.05 KB

Linked List Visualizer made with Vue3 + Typescript + Tailwind CSS

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.

Features implemented so far

  • Append
  • Prepend
  • Searching with animations
  • Reverse
  • Save Linked Link Data in Browser's Local Storage

Notes

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).

Screenshots

Screenshot 2022-08-27 at 7 25 13 PM

Check Live Demo on Vercel