Zend certified PHP/Magento developer

Magento 2. How to create a new step in ‘Shipping Method’ with the help of a module

I’m trying to add another step, I’ve followed example instructions, but it doesn’t work for me, I don’t understand what structure it should have apart from the files:

checkout-login-step.js: app/code/module/name/view/frontend/web/js/view/checkout-login-step.js,

check-login.html: app/code/module/name/view/frontend/web/template/check-login.html,

checkout_index_index.xml: app/code/module/name/view/frontend/layout/checkout_index_index.xml

I added the registry file and enabled my module, but it still doesn’t work for me, do you have a more specific example?

These are the examples
https://www.mageplaza.com/devdocs/add-custom-checkout-step-magento-2.html#3-steps-to-add-a-new-step-to-the-checkout-page
Magento 2 – Add step on checkout // 3 Answers