Node Translator app

Done:

  1. MongoDB backend with mongoose
  2. Backend API calls defined
  3. Client API calls to server and Microsoft Translator API
  4. Calls to random words API
  5. String comparison function
  6. Speech Stuff

TODO

  1. Finish index.html
  2. Finalize Client-side API calls to server
  • Make them call DB API to store and retrieve records
  1. Hide and show practice/challenge/records
  2. Finish UX/UI
  • Display correct/incorrect
  1. Build logic for challenge/practice

Stretch

  1. Implement Angular
  2. Progress chart or some kind of record visualization

Super Stretch

  1. Socket.io multiplayer translate race

  2. Clear random word divs

  3. Add button for speak function

  4. Add approriate conditionals to allow/disallow functionality

  5. Alter Hide/Show