First mandatory JavaScript certification project - freeCodeCamp.org
JavaScript, HTML & Bootstrap (no custom styling, native Bootstrap classes only)
- Build an simple web app to check for palindromes.
- You'll need to remove all non-alphanumeric characters (punctuation, spaces and symbols) and turn everything into the same case (lower or upper case) in order to check for palindromes.
- At least 3 HTML elements - form input (to enter string for check), button (to do check), span or paragraph (to show check result)
- Alert when no data for check exist
- 29.11.2024: add styles.css with some styles and checking history feature using browser Local Storage