juliuscc / speak.exchange

An online bilingual dictionary, which also offer a flashcard app geared towards learning new words in a foreign language.
https://speak.exchange/
MIT License
2 stars 0 forks source link

MIDPROJECT REVIEW #33

Closed blendaf closed 4 years ago

blendaf commented 4 years ago

What has to be done before Friday

What has to be done after Friday (before Tuesday)

falcasantos commented 4 years ago

Short description of the project speak.exchange is an online bilingual dictionary, which offers the sub-app speak.repeat, which is a spaced-repetition system (SRS) app geared towards learning new words in a foreign language through flashcards.

What we have done We have so far implemented most of the MVP of speak.exchange in that it currently fetches translations in English to French from the WordReference API, presenting them to the user. These searches can be shared thanks to persistent URLs.

What we still plan to do We will implement a search history and saved wordlist based on user profiling. We are also yet to implement user authentication, user profiles, and the SRS app within speak.repeat. We intend to complete most functionality of speak.exchange before the peer review, and to complete speak.repeat post-peer review.

blendaf commented 4 years ago

Finished