+ 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?
4 Respostas
+ 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
+ 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?
+ 2
Biel Blue wow thank you very much for this. It's much more than I expected. It will help me a lot.
+ 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.