This standalone comment section is my solution to the challenge on Frontend Mentor. Frontend Mentor is a platform that enhances your coding skills by providing challenges, complete with Figma designs, icons, typography, and images necessary for the project. Your task is to use all the materials provided to build the project, allowing you to focus solely on coding rather than design skills.
After logging in with Github credentials, users can create, update, delete comments, as well as reply to comments made by others. They also have the option to upvote and downvote comments. This project marks the first time I’ve create an app requiring authentication, for which I used NextAuth. Additionally, it’s my first experience using MongoDB as a database.