richardcrng / t9-emulator

A number to word list converter built with React and Redux.

Home Page:https://t9-emulator.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T9 Emulator

A number to word list converter built with React and Redux.

Expected Behaviour

  • Every time you press one of the 1-9 keys, it gets added to the input
  • Based on the accumulated input, a list of possibly intended 'words' is shown
  • Only the first ten such words are displayed
  • Pressing the * or CLR key will clear all input
  • Pressing the # or DEL key will backspace the input
  • Pressing the 0 or TGL key will toggle a filter on/off
  • Input can also be entered through a physical keyboard

Getting Started

Clone the repo:

git clone git@github.com:richardcrng/t9-emulator.git
cd t9-emulator

Run locally:

npm start

Run tests:

npm run test-all

About

A number to word list converter built with React and Redux.

https://t9-emulator.now.sh


Languages

Language:JavaScript 98.6%Language:HTML 0.8%Language:CSS 0.6%