stian96 / webapp-exam

A comprehensive web application project developed as part of the exam in web applications 2023. Includes an interactive math application for children, a monitoring system for athletes and improvement of an existing code base. Built with React, Next.js, TypeScript, and modern web technologies.
2 stars 0 forks source link

API endpoint for Retrieving Tasks #3

Open stian96 opened 12 months ago

stian96 commented 12 months ago

This is part of Oppgave 1

  1. Implement and test API endpoint to retrieve math problems.
  2. Adding functionality to vary tasks with the "type" key. 2.1. Have a list of different tasks related to different arithmetic operations. 2.2. Where they are retrieved in the UI: Choose whether to have addition or mulitplication (or randomly: retrieve a mix of them).
LorenaHolmeide commented 11 months ago

Code need to work with MVC model.