**The goal of this week project is to make a webapp that on the input of a user it returns a list of possibile entries in order to complete the word the user is typing (like google!!)
As a user, I want to type the first letter of a word i'm going to type in a textbox and see all the possible words that starts with that letter.
- The user types a letter
- A request is sent with the letter typed.
- The server returns a list of possible words with the letter the user inserted.
- The list is displayed on the page ( possibly in the textbox).
- If the words displayed does not contain the word the user intended to write, the user type another letter.
- The old request is deleted and a new request is made with the new two letters.
- The app returns a list of possible words with the letters the user inserted.
- It goes like that until the user find the word he intended to write.
Italic labels are directories, others are files.
- public -index.html -style.css
- assets
- js
- logic.js
- dom.js
- test
- testobj.js
- test-logic.html
- test-logic.js
- test-dom.html
- test-dom.js