Laura-TM / vue-guess-n-learn

Frontend for Guess and Learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guess N Learn, Vue Frontend

This games is based on Guess Who, but for language learning.

There will be 3 quiz modes:

  • multiple choice (random from all questions)
  • fill in the blank
  • jumbled sentence

Technologies:

Laravel API

Nginx

Vue JS with Typescript

Tailwind

Installation

Download the backend code (in private repository) and run in Docker

Go to vue folder in the terminal and run the following commands:

cp .env.example .env

npm install

npm run serve

go to http://localhost:8080

Docker (for production)

cp .env.example .env

docker build . -t vue-guess-n-learn

docker run -d -p 8080:80 vue-guess-n-learn

About

Frontend for Guess and Learn


Languages

Language:Vue 59.7%Language:JavaScript 20.8%Language:TypeScript 16.5%Language:HTML 1.9%Language:Dockerfile 0.8%Language:CSS 0.2%Language:Shell 0.1%