A full-stack JavaScript web app. Built to help me and my siblings learn languages by learning from the most used words and phrases from a language.
Report Bug
Request Feature
Table of Contents
youtube.wordtrainer.mp4
Based on the fact, that in every language there is a small set of words and phrases that correspond to a large percentage of daily used language. My idea was to find these lists, then write a simple web app that will send random words to test on.
Implemented that with a simple Express REST API with a function that parses the lists, and depending on the route, it sends a random small list to the front-end app, which requires you to translate some words or sentences. I implemented it using HTML, CSS, and vanilla JavaScript.
- Node/Express
- JS (ES6)
- CSS
- HTML5
- Clone the repository
git clone https://github.com/youssef-imlyhen/WordTrainer.git
- Install the dependencies
cd WordTrainer
npm i
- Run the app
node index.js
- Open the front-end side of the project
cd client
- Open
index.html
using live-server extension or directly on your browser at .
This project is not ready for use yet, so any help is greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- adding custom lists from the front end
- more types of quizzes
- UI/UX improvements
- a scoring system
- a tracking system for wrong answers.
Distributed under the MIT License.
Project Link: https://github.com/youssef-imlyhen/WordTrainer.git
Linkedin: https://linkedin.com/in/youssef-imlyhen