React Theme Switcher Application (Challenge)

# Introduction React is a popular front-end development library that allows us to quickly and easily create UI components and improve the efficiency of page rendering. This challenge focuses on using the Context API in conjunction with the useContext Hook, which is often used to change global state, and a classic use case is using the Context API to control the theme colour of an entire page, so give it a try!

|60 : 00

Click the virtual machine below to start practicing