Answer the question
In order to leave comments, you need to log in
The first application on Angular, how to master it?
Hello guys, now I'm studying Angular 1.x
I'm thinking of writing something of my own, I have an idea to do it as a questionnaire.
A person visits the site, answers questions, then he can see his percentage of correct answers, share on social networks.
Tell me, do you need a server part for this?
And how can you build the architecture of such an application?
Answer the question
In order to leave comments, you need to log in
If you do not need to save the state, then the server part is not needed.
If the questionnaire itself is stored in memory, then you can do it at least on github pages. On the other hand, using a SPA framework without working with a backend of any kind (socket, rest) is like shooting sparrows from a cannon. For rendering and binding components, you would have had enough of bare React.
But the answer to your question is no.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question