Karim Chehab
@KarimChehab2003All solutions
- Submitted about 2 months ago
Product list with cart made using React and Tailwindcss
- HTML
- CSS
- JS
Had a slight issue where when I remove an item in my cart by clicking the "x" icon, it removes it but the state isn't updated on the dessert grid.
Meaning, if I had 4 items added into the cart and I delete them with the "x", the cart is empty yes, but the grid still shows that I have 4 items added. I need to manually decrement the quantity. So if there is a way to fix it, it would be great to know
- Submitted about 2 months ago
Bento Grid made using React and Tailwindcss
- HTML
- CSS
As mentioned above, I have trouble making the grid unaffected by me opening the web console.
- Submitted 3 months ago
Stats Preview Card Component using Bootstrap
- HTML
- CSS
If anyone ever reads this and has an idea how to tint the picture better than what I did, then feel free to comment to let me know ! :)
- Submitted 3 months ago
Responsive Contact Us Form using Bootstrap
- HTML
- CSS
- JS
I had a little issue where I couldn't place the form in the center of the page because whenever I do so and open up the web console or change the window's width/height, some of the form would be cut off. In the end, I settled with giving it a top & bottom margin to give it some space around the edges.