I have to do an SPA for academic purposes what would you recommend me to do?
The project must be implemented using JavaScript and HTML, following an MVC architecture. The main goal is to interact with a RESTful API and i only have 2 days to do it. Finding a good api is my main problem.
4 Replies
MVC+SPA? What would this even be?
The controller has to talk to the service witch will fetch the information and the delegate to the correct view
I don t think it’s completely necessary but my teacher said to do this way
Then delegate *
A simple todo app would suffice probably
or blog
My misunderstanding was MVC - sure they mean on the frontend not the backend.