FullStack todo application with Next13, mongodb, prisma, etc...

Solution retrospective
FullStack Todo App:
1.The Todo application provides users with the ability to register and login using their own credentials or popular providers like GitHub or Google. The registration process includes validation using react-hook-form.
2.The application includes animations using headlessUI and framer motion libraries to create smooth and visually appealing transitions.
3.Users have the option to switch between a client-side version and a fullStack version, with a detailed description provided within the app.
4.The classic functionality of creating, updating, and deleting todos. The app also includes error handling, drag and drop funcionality and a toaster component to display relevant error messages and success notifications.
5.A permission system is implemented to group users and allow them to view todos based on their assigned permissions. Users can also manipulate todos based on their assigned permissions.
6.The app includes a nested comments feature using a recursive approach. Although the UI for nested comments may not be perfect. also added functionality such as likes and to delete comments.
7.Users can edit their profile information, including their profile image. The implementation with Cloudinary allows users to add or update their profile image during the registration process or when editing their profile.
Please note that there may be some bugs or issues with a responsibility. Also the code is not perfect for now. I provide a better, refactored code over time.
I would be grateful with some Feedback :) Thanks Daniel.:)
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Daniel's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord