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.
5 Replies
slipsec
slipsec4mo ago
MVC+SPA? What would this even be?
Crack Sparrow
Crack SparrowOP4mo ago
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 *
Firdaus
Firdaus4mo ago
A simple todo app would suffice probably
slipsec
slipsec4mo ago
or blog My misunderstanding was MVC - sure they mean on the frontend not the backend.
tweed0603
tweed06034mo ago
Pokeapi? Also if youre picking a framework to demonstrate mvc react is a bad choice, I'd go with Angular to demonstrate MVC knowledge

Did you find this page helpful?