I have cloned this project from link and followed this tutorial to convert the code that was using Redux for state management to use Context API for state management. I just compared two.

But the code used class based component so I followed this tutorial, to convert the class based component into functional component with React hooks (useState, useEffect, useContext, useReducer).