It is a simple yet useful weather app to get the latest weather updates on the go.
Install the repository locally on your machine using the code button.
Then open the folder in your code editor and open the terminal and install dev dependencies via npm using given command.
npm install -D tailwindcssThen start the Tailwind CLI build process.
npx tailwindcss -i ./src/input.css -o ./src/output.css --watchAnd you are ready to code.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.