muni-logo

Task 08 - Next.js - RSC, Forms

This week your task is to implement an application that will allow CRUD operations over a movie database. The retrieval of movie data will be exclusively via asynchronous RSC. Create, update, and delete will be via the API by default.

Maximum points30 points
Deadline
April 14, 2025

Description

Your task is to implement simple Nextjs application with three pages:

Home page /

Movies list page /movies

Movie edit page /movies/:id

Requirements

Video

Click here to see the video

Hints

Submission

There should be created a pull request called "Feedback" immediately after accepting the github classroom assignment.

If you have a Feedback pull request

You can push your solution straight to main. You will then see the diff against main in the pull request feedback. Once you have the solution in main, mark the Feedback PR as submitted.

If you don't have a Feedback pull request

It may be that it will be created later, or it may not be created at all... Therefore, as a precaution, create a new branch solution from main as soon as you accept the assignment, and then push your solution to it.