I built this responsive e-commerce product page as a @frontendmentor challenge to sharpen my frontend skills. It features an interactive image gallery, cart functionality —built with HTML, CSS, and JavaScript.
🚀Live preview:
https://t.co/nAmYIn9eIN
Finally finished my Todo app from @frontendmentor📌
Added task filtering, localStorage, and a light/dark theme.
Learned a lot building it
On to the next build🔥
Live link: https://t.co/xUPOFGmsWE
GitHub repo: https://t.co/WqaFHThowk
#React#DevCommunity#BuildInPublic
Currently building a Todo app as part of improving my React fundamentals
Focusing on state management, component structure, and user interactions
Not done yet but progress is steady.
Today’s grind 💻
~ Thinking in React
~ Fundamentals of state management
~ Understanding lifting state up
~ Deleting items through child to parent communication
~ Understanding derived state
~ Calculating statistics from derived state
#buildinpublic#100DaysOfCode#React
Today’s grind 💻
~ Built a Results Summary Component from a @frontendmentor challenge
~ Practiced props, JSON rendering & dynamic styling with a ternary operator
Live here 👉 https://t.co/STSx2aC9Cj
Yesterday and Today’s grind💻
~ Completed a Date Counter challenge
~ Started a new project: The Far Away
~ Built the layout & rendered items with props
~ Learned form handling with useState()
~ Understood controlled components
~ Finally nailed the difference between state & props
Here's what I did today,
• Modelled the User and Cart state with Redux
• Added functionalities for adding and deleting items from the cart
• Updated the cart overview to display the number of items and total price of the items in the cart
#100DaysOfCode#react
Today’s grind 💻
~ Built a steps component
~ Learned how to handle events — the React way
~ Understood what state really is in React
~ Created state variables with useState()
~ Dived into the mechanics behind state
Today’s grind:
~ Conditional Rendering with Multiple Returns
~ Extracted JSX into a new component
~ Destructuring Props
~ Explored React Fragments
~ Setting classes and text conditionally
Today’s grind:
~ Understood Props, Immutability and One-way data flow
~ Built a Profile Card challenge
~ Learned how to render lists from arrays
~ Explored Conditional Rendering with &&, Ternaries and Multiple returns
Today’s grind:
~ Reviewed Async/Await in JavaScript
~ Learned how to render the root component and use Strict Mode
~ Components = building blocks of apps
~ Got a solid understanding of JSX
~ Learned styling React applications
~ Practiced passing and receiving props