Skip to content

siamekanto19/linked-list-visualizer

Repository files navigation

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

About

A very simple Linked List Visualizer made with Vuejs and TailwindCSS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published