I want to create a vocabulary trainer and would like to know what is the best way. I thought of PHP and SQL. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

I want to create a vocabulary trainer and would like to know what is the best way. I thought of PHP and SQL.

Do you have any other ideas that would be helpful for me. It's about Japanese and I would create a database with 2 different Japanese rows and 1 for the English translation. I need 1 row for the index. I have some ideas but I am a beginner, so it would be nice if you could help me out if this is a good solution. The vocab trainer will be an ongoing project. Or is it enoght just to create lists without sql?

11th Nov 2018, 2:37 AM
Justin Luttkau
Justin Luttkau - avatar
4 Answers
+ 5
You can start by creating with JavaScript (Just to test your idea). use arrays to store the words, ask the user input, evaluate if they are correct and give the answer on the output. Then you can make a database to make everything more organized. Code Example: https://code.sololearn.com/WmaxTT0f7A2R/?ref=app
11th Nov 2018, 9:16 AM
Biel Blue
Biel Blue - avatar
+ 3
That's interesting. I thought of making a translator and SQL is really good with this. What sql database are you going to use?
11th Nov 2018, 3:09 PM
Kulisap
Kulisap - avatar
+ 2
Biel Blue wow thank you very much for this. It's much more than I expected. It will help me a lot.
11th Nov 2018, 12:39 PM
Justin Luttkau
Justin Luttkau - avatar
+ 2
Kulisap Hi, I'm not really good at this and working in my leisure time on some other things too. But I thought of using MySQL then.
11th Nov 2018, 3:15 PM
Justin Luttkau
Justin Luttkau - avatar