I've been wanting to start a (passion) project that will essentially go like this: I'll create a website, and in this website users will be able to look up words in a specific language to get their meaning directly from a dictionary, as well as being able to see every form of the word, i.e. past perfect, pluperfect, future indicative, etc. Given I'm new to this and would have to learn it all, what technologies should I use, other than the standard JS, HTML and CSS?
Asked
Active
Viewed 22 times
-2
-
This site is for specific questions related to programming (code) or use of a programmer's tool. We do not offer advice on what you should use, educational or study advice, career advice, or other similar topics. This question is entirely opinion-based and asks for recommendations for off-site resources, which are both reasons for it to be off-topic. You should review the [help] guidelines to improve your understanding of what is (and is not) appropriate to ask here before your next post. – Ken White Jul 14 '22 at 02:45
1 Answers
-2
I'd say to start off using Next.JS as your front-end and back-end as it has an included API System managed by it, that will make you job easier to host this off, and if you are going to use an external API from somone else that will give back the meaning and the different forms you are good to go, as long as you cache the answers of the api, to prevent useless request and waste time.

Scar
- 355
- 2
- 8
-
2This question is off-topic, and should not be answered. If you're not sure what is on-topic here, you should spend some time reviewing the [help] pages to improve your knowledge and understanding of the guidelines. – Ken White Jul 14 '22 at 02:46