An elevator simulator built with React. Use it to visualize hall-call priorities, cabin selections, and dynamic door behavior.
https://elevator-simulator-system.vercel.app/
npm install
npm startThe simulator runs at http://localhost:3000.
npm run buildThe optimized bundle is emitted to build/ and is ready for hosting (e.g. Vercel or any static host).
- Direction-aware dispatcher that honors hall calls before reversing
- Distinct cabin and hall controls with live status messaging
- Polished UI styling that mimics a real elevator panel
npm test– run the interactive test runnernpm run eject– copy CRA configs locally (irreversible)
MIT