Skip to content

khianvictorycalderon/React-Light-Dark-Theme

Repository files navigation

Light Dark Theme

This is a react project that demonstrates the basic of light and dark theme. Use useState if you want to declare more variables. I used ternary operator instead of if else so that the code looks so much cleaner but slightly more complicated than if else statement.