WordView aims to be a language learning platform mostly centered around music, you can pick up an international song you like, listen to it and the app will create a full lesson around the lyrics!
Any help is welcome, if you think you can help with something, take a look at good first issues or the WordView kanban
To start developing, you will need to have APIWordView running:
# clone the repo
git clone https://github.com/word-view/APIWordView
# start the server
cd ./APIWordView
./mvnw spring-boot:runBy default, the API will use the H2 database so changes are not persistent.