An open API service indexing awesome lists of open source software.

https://github.com/wasifbaliyan/neog-camp-palindrome-birthday

Palindrome birdthday is an assignment for neog.camp by Tanay Pratap. Mark 13
https://github.com/wasifbaliyan/neog-camp-palindrome-birthday

Last synced: 4 months ago
JSON representation

Palindrome birdthday is an assignment for neog.camp by Tanay Pratap. Mark 13

Awesome Lists containing this project

README

        

# Palindrome Birthday Mark 13

In this web application user can check if their birthday is a palindrome date.
Palindromes are the strings or numbers which are same if reversed.
For example:
RACECAR, 101 etc
We will check palindrome for these date formats:

- DD-MM-YYYY
- MM-DD-YYYY
- YYYY-MM-DD
- DD-MM-YY
- MM-DD-YY
- YY-MM-DD

> This is an assignment for neog.camp by Tanay Pratap.

Tech used are: HTML5, CSS3, JavaScript.