which in many cases may seem straightforward but sometimes confusing to people when they visit your repo. Maybe add a start script or include steps on how to clone and what file to open when testing the project on their system.
Unclear concepts - As the docs are a bit unclear I may have missed why the folder img exists. In your js/script.js file as well there is code related to consuming an Openweather API which may be irrelevant to a Shipping Website project.
Unmatching currencies: js/update.js in the function updateCartTotal() you use Rands while in in checkout.html you used $.
This was a project for learning how to build websites with html. css and js, I was not planning to keep it maintained
But I hear you, I think just for fun, I will work on it on weekends
Hey Sbu, this project seems to be left unmantained anymore but I believe it still has not only room for minor improvements but also clarity.
which in many cases may seem straightforward but sometimes confusing to people when they visit your repo. Maybe add a start script or include steps on how to clone and what file to open when testing the project on their system.
Unclear concepts - As the docs are a bit unclear I may have missed why the folder
img
exists. In yourjs/script.js
file as well there is code related to consuming an Openweather API which may be irrelevant to a Shipping Website project.Unmatching currencies:
js/update.js
in the functionupdateCartTotal()
you use Rands while in incheckout.html
you used $.