A web-based application designed to help users practice and improve their Polish language skills through interactive exercises and quizzes.
npx http-server .npx http-server . -p 3000- Create
launch.jsonfile and put the following configuration:{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Run npx http-server", "runtimeExecutable": "npx", "runtimeArgs": ["http-server", "."], "restart": true, "console": "integratedTerminal", "internalConsoleOptions": "neverOpen" } ] }
please populate words.json file with the words you want to practice.
[
{
"pl": "pies",
"ru": "собака",
"transcription": "[пьес]",
"image": "assets/img/dog.jpg"
},
{
"pl": "kot",
"ru": "кот",
"transcription": "[кот]",
"image": "assets/img/cat.jpg"
},
{
"pl": "dom",
"ru": "дом",
"transcription": "[дом]",
"image": "assets/img/house.jpg"
},
{
"pl": "jabłko",
"ru": "яблоко",
"transcription": "[яблко]",
"image": "assets/img/apple.jpg"
}
]