Using React
This rather basic todo app was a project I completed as a way to familiarize myself more with the React framework. It allows the users to input new tasks, mark tasks as completed, and delete unwanted tasks. You can also sort the list to filter out completed and uncompleted tasks. In future updates I plan on adding a calendar feature to allow users to plan out their tasks, as well as a reminder system.