Skip to content

jkop22/Palindrome_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Palindrome checker

First mandatory JavaScript certification project - freeCodeCamp.org

Technologies used

JavaScript, HTML & Bootstrap (no custom styling, native Bootstrap classes only)

Task assignment:

  1. Build an simple web app to check for palindromes.
  2. 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.
  3. At least 3 HTML elements - form input (to enter string for check), button (to do check), span or paragraph (to show check result)
  4. Alert when no data for check exist

Later updates:

  • 29.11.2024: add styles.css with some styles and checking history feature using browser Local Storage

About

First mandatory JavaScript certification project - freeCodeCamp.org

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors