Polka - is Feature-Sliced Design + Vue 3 example. The application is a bookshelf where you can add your favorite and read books. The application works with the Google Books API.
npm install
npm run dev
Feature-Sliced Design (FSD) is an architectural methodology for scaffolding front-end applications. Simply put, it's a compilation of rules and conventions on organizing code. The main purpose of this methodology is to make the project more understandable and structured in the face of ever-changing business requirements.
Scheme of Feature-Sliced Design
Information provided by Feature-Sliced Design