MiheerTamkhane / palindrome-birthdays

Live project

Home Page:https://ispalindrome-mdev.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

palindrome-birthdays

what is palindrome?

Palindrome is a string which reads same from starts as well as backwards.
e.g. "NAMAN", "racecar", "MOM", "12321".

Is your birthdate palindrome?

This web app checks your birthdate in 6 formats dd/mm/yyyy, mm/dd/yyyy, yyyy/mm/dd, dd/mm/yy, mm/dd/yy, yy/mm/dd.
e.g. If your birthdate is 07 Dec 2007, then app will check for 07122007, 12072007, 20071207, 071207, 120707, 071207.

About

Live project

https://ispalindrome-mdev.netlify.app


Languages

Language:JavaScript 47.3%Language:CSS 27.3%Language:HTML 25.5%