I learnt how to Create Context and use Context to manage states in the project.I learnt Context API is the better than useState in global management of states.
What challenges did you encounter, and how did you overcome them?My main challenges was to calculate Cart totals for the items added to the cart but I managed to research and implement the logic to multiply item quantity by the price and then have an accumulative total for the entire cart.
What specific areas of your project would you like help with?I would like to have some help styling the add and minus button especially the hover styles.