Skip to content
Submitted almost 3 years ago

Todo app using React

react, animation
LVL 3
MartΓ­nβ€’240
@martinorue
A solution to the Todo app challenge

Solution retrospective


Hello, Frontend Mentor community! 😊

For this project, I was excited to meet all the requirements πŸ˜„πŸŽ―, and I also wanted to add some extras to practice new techniques πŸš€πŸ”₯.

It's the first React project I upload to this platform, so there are probably many things to improve in the code. πŸ˜…

I added the ability to edit the task βœοΈβœ…, as well as a menu with options to sort the list πŸ“‹β¬†οΈβ¬‡οΈ.

On the other hand, I used the CSS property:

overflow-y: auto;

to add a scrollbar to the task list, so the container wouldn't become too tall πŸ“œπŸ”½.

I also flirted with using animations, for which I still don't feel completely confident, but I want to start learning more about that topic to incorporate it into future projects πŸ’ƒπŸ“šπŸŒŸ.

It was also my first time handling the switch from dark mode to light mode πŸŒ—πŸŒž

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on MartΓ­n’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