A faster way to learn Spanish. Utitlizing a spaced repetition algorithm to help you memorize Spanish faster than ever.
https://hablamos-ji.herokuapp.com/
https://github.com/thinkful-ei22/jenn-ian-spacedRep-server
After creating an account, a user can login, and start learning Spanish. The user will be presented with a Spanish word, and they will have to enter the correct English translation. The app will keep track of how many correct answers there are, sorting the words the user gets wrong towards the front of the deck and the ones the user gets correct towards the back. This method ensures that the user spends more time practicing the words they do not know well. A user can also access a page that displays their statistcs.
Any one looking to learn Spanish quickly.
Hablamoss uses MongoDb, Express and Node.js for the server, including JWT authentication, and React/Redux and Semantic UI for the client.
We plan to allow the user to switch the language of words presented to English as well as Spanish, and have more detailed stats on the users performance.