This project was bootstrapped with Create React App. This is a playground project where you can see and use different ways of using context in your application.
Install all dependencies of project
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Contexts implemented in class-based components. You can see basic rules of using React Context in your application in classes.
Contexts implemented in functional components by using Hooks. You can see basic rules of using React Context in your application in functional components by Hooks.
We go further and use Reducers and localStorage in our application to make it more professional! If you don't know context's basics DO NOT USE THIS VERSION.