Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 846 Bytes

File metadata and controls

28 lines (17 loc) · 846 Bytes

React Task 06

FULL STACK TODO LIST APP WITH NEXT.JS

using app based routing and server side rendering

This is the sixth task for the React course.

Instructions:

• Modify your todo list application to use custom API routes using Next.js
• Create an API route to Fetch your todo items.

• Create an API route to add a new item to your todo list.

• Create an API route to edit an existing item in your todo list.

• Create an API route to delete an existing item from your todo list.

• Your project should have a view todo item screen.
• All the functionalities mentioned above should be working.

• Utilise app based routing for your application.
• Style your application using tailwind css and make sure it looks presentable and responsive.