Back to Practical Aspnetcore

Recipe Web Interface

exercises/pathway-1/exercise-3.md

latest388 B
Original Source

Recipe Web Interface

  • Keep your JSON backend you created on Exercise 2.
  • Implement a HTML UI based on Razor Pages.
  • Connect to the JSON backend using HTTP Client.
  • Use Bootstrap 5.2 as a CSS framework.
  • Do not use AJAX nor JavaScript.

Note: This is not a race. Don't take on this exercise until your previous exercises are solidly implemented to the best of your ability.