Projects
-
accessible-dropdown
Till date, there is no way to style native
<select>/<option>
. For example, there is no way to display a flag against the country name option. Something like the image below.As the name suggests, it supports full keyboard interaction as well as compatible with screen readers. Check out the live demo. Please refer accessible-dropdown repository for further details.
-
accessible-modal
Make modals accessible for all. Check out the live demo. Please refer accessible-modal repository for further details.
-
auto-formatter (Format as you type)
Format as you type.
- phone number
(XXX) XXX-XXXX, XXXXX-XXXXX
- credit card number
XXXX XXXX XXXX XXXX, XXXX XXXXXX XXXXX
- date
DD/MM/YYYY, MM/DD/YYYY, YYYY/MM/DD
Check out the live demo. Please refer auto-formatter repository for further details.
- phone number
-
interview-questions
Collection of interview question that are aksed quite often in front-end interviews. Please refer interview-questions repository for further details.
-
js-ds (data-structure implementations in JavaScript)
Front-End development is no longer restricted to DOM scripting and DHTML, but full-fledged client side rich interactive applications. Knowledge on data-structure and algorithm is highly necessary. For example, knowledge of tree traversal, is required for efficient DOM traversal and manipulation.
Front-End developers like me, comprehends JavaScript much better than any other programming language. The purpose of this repository is to serves as a data-structure guide/reference for folks with JavaScript background.
Please refer js-ds repository for further details.