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 comments

  • @yigithancolak

    Posted

    Hey Jessica I think using a framework for this project makes your life a little bit easier there a some differences in UI like not getting any error if i try to pass next step when the forms are empty. And I also recommend you to make some research about 'Single Page Applications'. For example every time I click next button it redirects me to another html file but with single page application mindset you download all the html files at begining and once you clicked the next it does not redirects you to the another html file it just changes the thinks you see in the UI. With that thing you are minimazing the amount of request to the server, you just request the html file one time in the app. Also there some other differences in UI but i think you see them too. Don't worry you will be able to make them work in time but things that i say about the SPA(single page apps), you should look at them immediately. I hope it helps you have a good day.

    Marked as helpful

    1
  • @yigithancolak

    Posted

    Hi i liked your UI some much. It has a little bit different positioning than the original one but yours look better i think. For the code, i recommend you to look at semantic HTML codes. You should wrap the app inside <main> tag for making it semantic instead of using too many <div> tags it will make your code look more professional.

    Marked as helpful

    0