This repository is a collection of short and sweet tools I had written to learn small concepts in various languages.
Append the following after https://kirankumarambati.github.io/100HoursOfCoding/ to see various applications:
/calculator/calculator.html --- For a Calculator.
/dynamicStyling/dynamicStyling.html --- To see Dynamically changing CSS Styles.
/dynamicStyling/toggleCSS.html --- To Toggle CSS of a Page.
/weatherForecastUsingAPIs/ --- Enter a City Name to see its current weather Report.
/primeNumber.html --- To Check Whether enteres numer is prime or Not.
/palindrome.html --- To check whether a String is Palindrome or Not..