We are a group of language enthusiasts of diverse backgrounds. Having been exposed to numerous language learning apps, we have identified some of the best apps that have helped us tremendously in our learning journey. Among these apps, we thought that 开心词场 by 沪江 is the closest to what we have envisioned as a perfect language-learning app. Despite that, we have not seen anything that resembles it in the English community and hence we decided to recreate it in English while also incorporating some of the best features that other apps have to offer such as spaced repetition.
Hong Ai Ling
Kevin Chua Kian Chun
Sherwin Poh Kai Xun
Toh Kar Wi
The user manual can be found here
- Open Xcode Project file.
- Wait for all the packages to be resolved.
- Choose the scheme to work with.
Scheme | Description |
---|---|
LingoClash | Production environment. Uses the production firestore database. |
LingoClash Dev | Development environment. Uses the development firestore database. |
- In the
AppConfigs
, some Debug variables are provided, to allow toggling between modes.
Variable | Description |
---|---|
enablePreloadData | Set to true to preload the firestore with sample data on app initialization. |
enableLogin | Set to false to disable login for development purposes. Only works in LingoClash Dev scheme. |
Build
the project andRun
it. Enjoy~