Design comparison
Solution retrospective
I found it hard to save the selected plans and reflect it in the summary page using javascript.
Community feedback
- @yigithancolakPosted over 1 year ago
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 helpful1@jessicakoruboPosted over 1 year agoThanks a lot, @yigithancolak. I would definitely check out the single-page app tutorial. And as for the difference in the UI, I have started working on that, thanks for your feedback.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord