what is needed to create a full-responsive, complete and functional e-commerce website?
And what tools (like UI kits, libraries,…) are the most recommended?
what is needed to create a full-responsive, complete and functional e-commerce website?
And what tools (like UI kits, libraries,…) are the most recommended?
you will need a front-end, a back-end and a database
many things can be used for that. What do you know already?
html, css, bootstrap, intermediate in js and jquery. php and react are next on my todo list
after that you need a database language (mongo, mysql, sql or whatever), if you follow the freeCodeCamp curriculum you will end with the MERN stack that can be used for a full-stack app like an ecommerce
thank you for the information!