Latest solutions
Suite Landing Page using next.js and Sass
#accessibility#next#sass/scss#semantic-uiSubmitted almost 2 years agoA beautiful product page with React and Redux
#material-ui#react#styled-componentsSubmitted about 2 years agoTODO APP using react and redux to handle state
#react#redux#sass/scss#webpackSubmitted about 2 years agoa single page portfolio, oriented to mobile first, using angular/scss
#angular#sass/scssSubmitted about 2 years ago
Latest comments
- @osiz00@emilioQuilodran
Great job on completing the project with vanilla Javascript! You have done an impressive job, and I can see that you have a good understanding of the language. However, I would advise you to base your data management solutions on user stories. For instance, you need to consider scenarios such as "when a cart is deleted, the item count should reset," or ensure event sources are accurate, like the modal component only appearing when clicking on the main image and not the checkout button.
While your HTML structure is sound in general, using user stories as guidance can help you identify and address potential issues in your code. Keep up the good work!
Marked as helpful - @Stacy-Riley@emilioQuilodran
it looks great, to improve a little bit the projects seccions , maybe if you use flexbox to handle the display of cards . To the container use "display:flex" justify-content, and flex-flow: row wrap. I this thats is another alternative to handle the position of elements .