Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I want to extend this project for my personal use.

    What challenges did you encounter, and how did you overcome them?

    I wanted to use React Router and this is my first try.

    What specific areas of your project would you like help with?

    I have some issues in Header.jsx with adding event listener to window. Not sure how to fix it.

  • Submitted


    Some similar features are handled differently because I wanted to practice some skills. The most challenging part was to provide order of mathematical operations, for ex: 2+2*2=6 instead of 8. I handled this with an array of input because I also wanted to implement undo operation with 'DEL' button. It's clunky and heavy code but it works.