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'm most proud of building the project with React as that was my main focus for this challenge.

    I think overall I split the project up into components in a way that made it quite maintainable, though perhaps in places it could have been split further to separate presentational components from the logic.

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

    The biggest challenge was planning how the information that was needed in each component would be passed around in a logical way.

    I tried to keep all of the main functionality of the app at a high level in the structure so that it would be easy to access. I only needed one piece of State in this project so it was fairly manageable from that perspective.

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

    Is there anything about the way I've passed data between components in this project that goes against best practices?