This is a simple single page web application that demonstrates an example of how to use darkmode in React using Tailwind CSS. It also uses browser localStorage to save users preferred theme.
To run the app in your local machine, use following steps:
- Clone the repo
- Run
npm iinside the folder directory where you have cloned it - Run
npm run dev
