An application to allow collective access to courses. The goal is to provide interactive and easy-to-follow free tutorial courses. It kicks off with courses in 3D modelling and design. Do give this project a Star⭐
I liked your project. You created suitable styles with clear JS logic and good positioning for the elements. I have a suggestion for you It's optional but I highly recommend you implement it.
innerHTML is easier to use but at the same time, it has cons more than prons. document.createElement with appendChild is a better way to implement elements in the dom.
Gitflow is a good approach for developing projects. using Gitflow assure you that you can develop your projects with having a stable branch to deploy all the time.
I liked your project. You created suitable styles with clear JS logic and good positioning for the elements. I have a suggestion for you It's optional but I highly recommend you implement it.
innerHTML
is easier to use but at the same time, it has cons more than prons.document.createElement
withappendChild
is a better way to implement elements in the dom.Gitflow is a good approach for developing projects. using Gitflow assure you that you can develop your projects with having a stable branch to deploy all the time.