Skip to content

Feedback ๐ŸŽ“

Sensinki edited this page May 31, 2023 · 5 revisions

Feedback of Ivo Nijhuis

11-05-2023

Your files look neat. But you need to improve the wiki more and you can compare products with methods like tables. That way you can better show what you are doing and why.

You also have the structure of the readme file, but don't forget that you need to fill it in before you submit it.

Feedback of a classmate

30-05-2023

Your project documentation and explanations are well done, and the files in your GitHub repository are organized properly. The code is clear and readable, which is great.

One suggestion for improvement is to consider using req.session instead of req.body in your server. This change can help you with proper user deletion or managing user sessions effectively. By utilizing req.session, you can have better control and ensure smooth handling of user-related actions in your project.

Clone this wiki locally