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 am proud that I was able to build the entire website on my own and it is fully functional. I think I will use Tailwind CSS next time in my project 💨

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

    The hardest part of creating this site was saving the checkbox data to localStorage because I didn't want to create three states to manage this inputs, but I still haven't found a better solution

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

    Feedback welcome😃

  • Submitted


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

    I am most proud of the functionality of this application and the fact that it works at all. Now I would definitely do many things differently, for example I would divide it into more components and use fewer if statements.🤓

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

    I remember that I had a problem with error handling, that's why I used so many states and at that time I didn't see the need to divide the page into many smaller components, that's why this page consists of large unreadable blocks of code.

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

    I know there are a lot of things to improve on this site, but this was my first project I created with Frontend Mentor. I'm only publishing it now because it was lost in my files and I found it now

    Feeback welcome 😃

  • Submitted


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

    I like that I could use the API when I was creating the website, but I would definitely program it differently in CSS next time.

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

    It was a simple and fun challenge, so I didn't encounter any major obstacles while programming it.

    Feedback wellcome 😃

  • Submitted


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

    I'm most proud of how well the country search works but I would definitely use a different API as this one gave me a lot of trouble displaying the data correctly

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

    As I wrote above, I had a problem with properly displaying data from the API and with hosting the entire website because I was using React Router. Eventually, I managed to find an article that explained to me that you need to use other commands than usual in the console to publish a page on GitHub

  • Submitted


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

    I am most proud of:

    • The appearance of the entire application,
    • How the calculator works itself

    The only thing I would do differently is to preview the current calculations because now almost everything happens under the hood.

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

    To make the current calculations displayed on the screen look good, I had to create two states: one that performs the calculations and the other that is responsible for the aesthetic display of this data.

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

    I would like to know how to improve the animation quality on my websites.

  • Submitted


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

    What I'm most proud of is that the charts look good because I've never done anything like that before.

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

    I had trouble scaling the charts to make them the right size. I found the solution by setting the appropriate width of the box containing the chart.

  • Submitted


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

    • I'm most proud of the fact that I was able to recreate the applications so accurately.
    • I would definitely make more components to make the code more readable, that's something I would do differently.

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

    It was my first time in my life to design responsive websites and it was difficult for me, so I searched for similar topics on Stack Overflow and it really helped me.

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

    I would like to know how to make the react code cleaner and more readable.