BACKEND Instructions
Getting Started The following project is a TODO application using Express and MongoDB. The goal is to resolve all possible errors and apply performance optimization techniques and best practices in terms of code quality and project structure.
It must work perfectly together with Frontend.
FRONTEND Instruction
Getting Started The following project is a TODO application using Next.js. The goal is to resolve all possible errors and apply performance optimization techniques and best practices in terms of code quality and project structure.
It must work perfectly together with the backend.
Include UI libraries to improve the app’s appearance. (Choose the one you prefer). Implement a method to delete any item in the TODO List. Implement a method to update any item in the TODO List.