Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vedanthb/palindrome-birthday-checker


https://github.com/vedanthb/palindrome-birthday-checker

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Palindrome Birthday Checker

### About App:

This is a fun app, to check if a date is palindrome or not

This app checks input birthdate in 4 formats yyyy-mm-dd, dd-mm-yyyy, mm-dd-yy, m-dd-yyyy
e.g. if date input by user is 01 Aug 1995, then app will check for 19950801, 01081995, 080195, 1081995 combinations. It will show date is palindrome if one of the combinations is palindrome.

### How to use:

1. Click on let's go button, to go to palindrome check section
1. Enter your birthdate in date field and click on Check button.
1. Output will be shown below the check button

### Programming Language:

Used html, css and react-js for this app