A code along from the Net Ninja tutorial covering how to use the Context API with Hooks using react functional components. The files are separated into the tutorial and final project folders and in addition to the Context API also covers the following hooks:
useReduceruseEffectuseState
cd into the directory. Install the deps and run the application
npm install && npm start