The project is currently hosted on github pages here: https://sarath191181208.github.io/queuViz/
A simple simulation of enqueu and dequeue operations of a queue
I am using functional components & react hooks to handle the events from the user. List of Hooks used:
- useState.
Learn About Hooks here:
- Adding to the stack
- Popping from the stack