muni-logo

Task 07 - Next.js basic

This week, your task is to create the correct routing for a simple TODO application. Most of the UI is implemented for you; your task is mainly to ensure proper routing and handling of loading, error, and not-found states.

Maximum points20 points
Deadline
April 7, 2025

Description

This application should contain the following pages:

Pages specification:

Home /

List /list

New /new

Todo detail /:id

Last todo /last-todo

Requirements

Video

Click here to see the video

Tips:

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.