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?

    Happy I learned more about subjects in Angular and better understanding of observables and output and input.

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

    sending data between components

  • Submitted


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

    I am happy I've done this project in just 3 days, 1 Hour at each, Never have done a Frontend project this fast, compared to the last one that was what 2-3 weeks?

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

    I overcame the challenge of disorganization and panic, I don't go immediately to Chatgpt for answers now, I actually think of the problem infront of me and get creative

  • Submitted


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

    I don't want to look back at this project ever again, however I did learn a long list of things I didn't knew before. I never had written this much unorganized code in my life

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

    I have live preview error once again, I don't care anymore ... the biggest encounter was with directives, directives are both the best and the worst thing ever, I don't get why can't I add directives to dynamically created objects??

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

    any review/advice is great :). This project was a roller-coaster and I would understand if you are not able to wrap your head around the horrible code I've written.

  • Submitted


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

    I am so happy about the fact I was finally able to deploy my angular app online using a service like Firebase :). Previously it didn't work and I am happy I got more solid grasp on lots of features in Angular. And so far this is the highest quality work I've done so far (relatively depending on the person but to me it's the best).

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

    As funny as it sounds, the biggest problem I faced was adding that icon to the input element, it's so simple but that's what happens when your ego screws you over and you don't use Google or Stackoverflow even after 1 hour!!! Yes it's absurd I spent so much time on this but thanks to this dreadful experience I will never forget how to put an image/icon inside an input element

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

    I tried to use grid at first but it seemed too complicated, If you have a project where you used grid don't mind sharing :)

  • Submitted


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

    I am proud about the fact I was really quick when styling the page this time, sure there is nothing to style really but the button positioning isn't as easy as I thought but I did it really fast, Happy that now I know how to fetch data and map it to an entity

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

    the api was the easy part believe it or not hahahaha, however the button placement sent me places I shouldn't have gone to but I am glad I got over this kind of problem now

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

    I genuinely need help with deploying angular application on github :/

  • Submitted


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

    I am proud about the fact I created this project with Angular, first frontend mini project I do with this framework, can't imagine it's power with .net web API. Next time I will try to have more organized and structured folder structure and workspace

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

    the typescript for the buttons wasn't as easy as I thought, but needless to say thanks to directives I made a lovely project, had some issues also with managing the width of the main box

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

    Am I doing media queries wrong? I got a feeling I should be using 320px, 768px, 1440px (specific queries) and not random ones like I do in my projects, also is there an even more efficient way for creating this project with Angular?

    Also how do I deploy my Angular project to Github? As you can see I faced some problems there :p

  • Submitted


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

    Organized structure of my project

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

    First time project, not satisfied with my work but hey everything at the start sucks and overtime improves :), Media screen is new for me and I am afraid I ruined lots of things because I lack experience with it

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

    Everything really, for a first time project it does look ok but the code is spaghetti (css)

  • Submitted


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

    I learned how to organize my css so I could develop faster and more efficently.

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

    I faced the challenge of dealing with the width of the form on multiple devices and I am confident to say I've done a great job

  • Submitted


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

    Thanks to this project, I feel more confident with writing JS code and creating good UI with just the big 3 (HTML,CSS,JS)

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

    I learned how error messages work under the hood, how to prevent a form from submitting, how to create elements and style them, how to align items on the same line and much much more

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

    I don't feel comfortable with the way I handled errors in my JS, would love to get constructive criticism throughout the whole page