Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 339 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 339 Bytes

How to run application

  • Install dependencies with npm install
  • Run application on 5173 port with npm run dev
  • Open localhost:5173

Structure overview

  • main.js - entry point of application
  • src/doubly-linked-list.js - implementation of doubly linked list data structure
  • src/signal-effect.js - implementation of signal utils