An open API service indexing awesome lists of open source software.

https://github.com/filipeamoreira/language-learner

Suite of applications to support language learning
https://github.com/filipeamoreira/language-learner

hanami react ruby

Last synced: 2 months ago
JSON representation

Suite of applications to support language learning

Awesome Lists containing this project

README

          

# Language Learner

This will be a suite of tools to help English language learners.

## Language Learner - English Level Tool

This tool provides an language test that assess the language level of the student. The aim is to streamline and simplify the process of placing a student on a specific level.

### Technical Architecture

The web app is comprised of two parts. An application (ll_web) that provides an admin interface to be used by teachers (Ruby/Hanami based). This part of the app also expose an API that powers the web student facing interface. The other part of the app is the student facing web UI (built using React) that allows the student to take the language test.

### Tech Stack

The web admin frontend and API is built using Hanami (Ruby framework).

The student web application is built using React.