The classic to-do list

to-do list made with react & react hooks

coding laptop stock image

The classic to-do list was one of the earlier projects that I was able to work on and bring to life and it served two purposes: helping me to keep track of my day to day tasks, and allowing me to have fun and dive deeper with React and synthetic events. I wanted to add more functionality and features to my to-do list so I experimented with editing the tasks and being able to completely remove a task from the DOM if desired.

Rather than having a plain design, I wanted to play around with the styling more to use vanilla CSS to give my to-do list more of an artistic flare. This allowed me to practice implementing pseudo-classes and linear gradients to have a varied color scheme for my task list.