Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdmostafa/pin-matcher
This is a pin matcher application in which you can generate a 4 digit PIN, press 0 - 9 digits, and finally match this PIN through submitting. That's It.
https://github.com/bdmostafa/pin-matcher
Last synced: 5 days ago
JSON representation
This is a pin matcher application in which you can generate a 4 digit PIN, press 0 - 9 digits, and finally match this PIN through submitting. That's It.
- Host: GitHub
- URL: https://github.com/bdmostafa/pin-matcher
- Owner: bdmostafa
- Created: 2020-08-04T12:04:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T13:40:59.000Z (over 4 years ago)
- Last Synced: 2024-12-25T00:08:12.377Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://bdmostafa.github.io/pin-matcher/index.html
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pin Matcher
Name: Pin-Matcher
Author: Mostafa Al Mahmud## Tasks/requirements:
1. Both INPUT display button is disabled to edit
2. Before generating PIN, SUBMIT button is disabled to click with low opacity and '3 TRY LEFT' text is hidden
3. ALERT to generate PIN when any DIGIT/NUMBER is pressed without getting PIN
4. Generate only 4 digits PIN randomly
5. ALERT to press DIGIT/NUMBER if SUBMIT is clicked without pressing any numbers
6. Able to input MAXIMUM 4 digits
7. DELETE left side number when '<' is clicked and CLEAR ALL numbers when 'C' is clicked
8. NOTIFY message when SUBMITTING whether it is right or wrong
9. 3 TRY LEFT options for only 1 generated PIN if the answers are wrong
10. Program reset after 3 TRY or successful SUBMITTING