Open
Description
When this project was started, one of the goals was to add validations for phone numbers using the data in countries.rs
. Currently, only the phone code, country emoji and country name are used. However, the file also includes:
- Phone number length (3rd field):
Line 6 in 3d37fdb
- Continent:
Line 8 in 3d37fdb
- Sub-region of the continent
Line 9 in 3d37fdb
What you can do:
- Add validation for phone number length, somewhere in this callback function:
Lines 379 to 397 in 3d37fdb
- Enable searching/filtering by continent or region.
- Use any framework you're comfortable with, or all, if you're up for the challenge!
This is marked as a good first issue, feel free to take a stab at it!
Good luck!