I'm using Vue cdn for this solution, i wonder if i did it the right way. I put the Vue createApp
in a separate file named app.js
in the same directory as index.html
and call it via
tag from the html.
Also, you might notice improper usage of html tags. Although my main focus is slicing the design, accessibility is important and i will learn it in the future. Please give me feedback regarding this particular thing, because currently i don't know what i don't know on this kind of stuff.
And lastly, please check the responsiveness of this solution. I need to know if i did it right.
Any feedback is welcome!
Thank you!