-
>_ $ npm run install && npm run start
-
Tests
- jest / cypress component
>_ $ npm run test-all
- cypress e2e
>_ $ npm run start
>_ $ npm run test-cypress-e2e
- sample credit card number as per Luhn's formula example
4556737586899855
- jest / cypress component
-
Other tasks
- remove fourth consecutive repeating char (contains 2 solutions)
- largest sum of two numbers where the sum is odd