KaPi-Flex

Complete css grid system based on flex.

Easy to customize, eaasy to use. Works on IE10+ and on every other browser. You can use default RWD break points or change it to your favourite. You can customize gaps between columns, aligning cells, flex direction, justifying content etc.

Download Star Fork

Example:

1
...
2
3
4
1
2
3
4
1
2
3
4
5

Examples and documentation

SVG to base64 converter

Written in pure javascript.

Easy to usee. Works on IE10+ and on every other browser.

Download Star Fork

Login validation

Written in pure javascript.

Works on IE9+ and on every other browser. It contains two fields - login and password where login === email address. This validation has a lot of conditions to check:

  • proper email address based on RFC 2822 format
  • check if login/password is empty
  • check password length
  • check if password contains numbers
  • check if password contains lowercase letters
  • check if password contains uppercase letters
  • show info/error above the form after submit
  • all covered by tests

Download Star Fork