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
This repository contains a React class component that implements a basic counter with increment and decrement functionality. It utilizes state management to update the count dynamically and logs previous state values for debugging.
Implementation of a Profile Search Application project with ReactJS, featuring a functional search input and integration with a mock API to fetch user profiles, highlighting competence in React development and API integration.
This is an investment calculator app built using React where users can input their initial investment value, annual investment, expected return, and duration in years. The app allows users to modify one or multiple parameters and provides the calculated investment value, interest year-wise, total interest, and the investor's capital.
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.