Skip to content

anik31/bday-pallindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is your birthday a pallindrome?

A VanillaJS app to check whether your birthday is pallindrome or not.

Tech Stack

  • HTML
  • CSS
  • JavaScript

Features

  1. Empty input validation.
  2. Output image based on the result.
  3. High use of functional programming.
  4. Check for nearest pallindrome date if birthdate is not pallindrome.

Project setup

  1. Clone this repository
    git clone https://github.com/anik31/bday-pallindrome.git
  2. Run the file index.html using live server or open in browser.