
Grzegorz Sterczewski
@gsterczewskiAll solutions
Memory game made with Vue and Typescript
#vite#vitest#vue#typescriptSubmitted over 1 year ago- Code structure and OOP approach in
src/core
- Any tips on responsiveness, especially css units and breakpoints.
- Vue code structure. I don't know if placing styling and logic in
App.vue
is acceptable, or should I perhaps move styling and logic somewhere else. - Overall tips on organizing code.
- Any feedback is highly appreciated.
- Code structure and OOP approach in