Skip to content

A tool to take learning French (or another language) beyond definitions & reading comprehension. Requiring the learner to write full sentences, and giving intelligent hints / clarifications of errors to increase learning success. Gamification, but to improve real skills, not entertain.

Notifications You must be signed in to change notification settings

matthewdanepeavoy/French-Flashcard-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Vite certs set up with Laravel Herd

brew install mkcert mkcert -install mkcert flashcard-learning.test

vite config

import fs from 'fs';

server: { host: 'flashcard-learning.test', port: 5173, https: { key: fs.readFileSync('./flashcard-learning.test-key.pem'), cert: fs.readFileSync('./flashcard-learning.test.pem'), }, hmr: { host: 'flashcard-learning.test', protocol: 'wss', }, },

restart vite

npm run dev

About

A tool to take learning French (or another language) beyond definitions & reading comprehension. Requiring the learner to write full sentences, and giving intelligent hints / clarifications of errors to increase learning success. Gamification, but to improve real skills, not entertain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published