Tweet
Just finished the cart page with new features
- remove cart item
- increase and decrease the quantity of an item in the cart
- See the order summary changing as the 👆 above things happen 🥳

Check it out 👇
recom.sairaj.rocks

#buildinpublic #LearnInPublic
Just finished the cart page with new features
- remove cart item
- increase and decrease the quantity of an item in the cart
- See the order summary changing as the 👆 above things happen 🥳

Check it out Down
recom.sairaj.rocks

#buildinpublic #LearnInPublic
Just finished the cart page with new features
- remove cart item
- increase and decrease the quantity of an item in the cart
- See the order summary changing as the 👆 above things happen 🥳

Check it out 👇
recom.sairaj.rocks

#buildinpublic #LearnInPublic
Today's progress for #buildinpublic, lots of bugs I am still trying to solve those bugs but I learned a few interesting things about javascript numbers like the difference between 👇

let num = 5.4321
num.toFixed(2) // 5.43
number.toPrecision(2) // 5.4

More on this soon...😜
- fix a bug where it emptied cookie on a page load
- created a cart page where you can see your items
- add a remove from cart button which optimistically removes an item from the cart
- Fix some social media links if footer

#buildinpublic #webdeveloper #learninginpublic #web
A new year and new efforts to step into an uncomfortable zone 😉

Inspired by @florinpop1705🙏 I am very excited to #buildinpublic an e-commerce site using @remix_run which is I believe the future of how we build web applications 👉 recom.sairaj.rocks

#webdeveloper #webdev