Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

mrtnzlml-archive/homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homework

Dev server

for running server

npm run dev

for frontend part

npm run webpack

page for testing is available on localhost:{port}/

Ways to go beyond the minimal solution

  • phone keyboard -like UI = nope
  • great project setup = nope
  • mobile app in React Native = nope
  • filtering to include only real words based on a suitable word list = partly yes

Filtering words based on static file

in config.js need to be set useWordslist on true.

You can add new words via request PUT localhost:{port}/phonewords

request body should be array

["pridej", "si", "sva", "vytouzena", "slova"]

Releases

No releases published

Packages

No packages published