You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fruits Counter Application This is a simple React app where users can keep track of the number of mangoes and bananas eaten. Every time you click the button, the counter updates instantly, thanks to React’s state management. It’s a great beginner-friendly project to understand how React components and state work in action.