This game is based on Guess Who, but for language learning.
There are 3 quiz modes:
- multiple choice (random from all questions)
- fill in the blank
- jumbled sentence
Laravel API
Nginx
Vue JS with Typescript
Tailwind
Download the backend code and run in Docker
Come back to this project and in the terminal run the following commands:
cp .env.example .env
npm install
npm run serve
go to http://localhost:8080
cp .env.example .env
docker build . -t vue-guess-n-learn
docker run -d -p 8080:80 vue-guess-n-learn