Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vedanthb/palindrome-birthday-checker
https://github.com/vedanthb/palindrome-birthday-checker
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vedanthb/palindrome-birthday-checker
- Owner: VedanthB
- Created: 2021-07-21T22:44:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T21:56:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T17:54:20.918Z (2 months ago)
- Language: JavaScript
- Homepage: palindrome-birthday-checker.vercel.app
- Size: 618 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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