/number-to-word-converter

💯➡️🔠 Simple React-Node app for converting numbers to words in style of T9

Primary LanguageJavaScriptMIT LicenseMIT

Number to word converter

💯➡️🔠 Simple React-Node app for converting numbers to words in style of T9

Get Started

Preparation

yarn
cd client && yarn

For starting both client and server run :

yarn dev

Tests

client

cd client
yarn test
yarn test-cy

server

yarn test

img