In simple words Context API in React is used for state management or to allow the passing of data between the desired components only. This repo mainly focusses on the working of Context API as a beginner.
The working is understood by building two simple projects:
► A login and a profile page.
► Toggle between lighmode and darkmode on Card component.