I created DrawDO, which is a to-do list app where instead of writing tasks, you draw them! DrawDO features a neon brush, dark mode, and 3D hover effect. The biggest challenge I had to deal with was syncing HTML5 canvas mouse events and storing drawings in localStorage as base64. My favorite thing about this project is the deletion animation, which makes cards tilt, turn red, and vanish! You can try the project here by clicking the demo link, drawing a task using the neon brush, and deleting a card.”