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
- Host: GitHub
- URL: https://github.com/filipeamoreira/language-learner
- Owner: filipeamoreira
- Created: 2020-03-17T16:04:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T17:42:09.000Z (about 6 years ago)
- Last Synced: 2025-09-29T18:51:18.869Z (9 months ago)
- Topics: hanami, react, ruby
- Language: Ruby
- Size: 383 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.