todo list example app for mentors reviewing student submissions for Intro to React Curriculum V4

2 Open Issues Need Help Last updated: Mar 6, 2026

Open Issues Need Help

View All on GitHub

AI Summary: New todos added to the list do not respect the current sort order, always appearing at the end instead of their correct position. The application should dynamically insert new todos based on the active sort criteria: appending/prepending for creation date sorts, and inserting alphabetically for title sorts, without requiring a page refresh. This issue applies to Demo Assignment 8+ and beyond.

Complexity: 3/5
bug good first issue help wanted

todo list example app for mentors reviewing student submissions for Intro to React Curriculum V4

JavaScript
bug good first issue help wanted

todo list example app for mentors reviewing student submissions for Intro to React Curriculum V4

JavaScript