"without touching the module, implement it so that the user can interact with it"... I'm stumped.
I've built an inventory management app in the console, but it didn't use a module, so it's made it very confusing for me.
Posting some of the code as it's too long.
App.js
5 Replies
that first code block is not a module, it doesn't have any
export
or import
statement... and I'm not sure what you want to doit's a snippet, sorry the entire thing is too long without nitro lol
https://jsfiddle.net/vwaxoer6/ the entire thing is here
I have to implement the module into a console app that the user can interact with, so add/remove/view products
I've built one before but not with module importing..
would that not work?
believe so
https://github.com/callum-laing/build-progression we did it!
Next step is to add the UI to the code.... WHERE I GOT STUCK ORIGINALLY. anyway time to close, cheers!
GitHub
GitHub - callum-laing/build-progression: Multiple step layered prog...
Multiple step layered progression from console to UI - GitHub - callum-laing/build-progression: Multiple step layered progression from console to UI