I'm most proud of the entire thing, this was pretty challenging. I tried to make it so only stuff needed are dynamic, and share data among components using stores.
Austin
@astnioAll comments
- @hikawiSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?@astnioPosted 14 days ago
I like your solution a lot! It seems very polished. It was also nice to see you using stores, this is something I am still learning myself and it was nice to see a demonstration of them being used here.
1 - @Leeh27Submitted 3 months agoWhat are you most proud of, and what would you do differently next time?
De mesmo com as dificuldades ainda conseguir ser diferente dos outros e tentar sempre mudar o design dos desafios.
What challenges did you encounter, and how did you overcome them?Responsividade. Ainda não superei kkkk
What specific areas of your project would you like help with?Ainda tenho dificuldades com responsividade.
@astnioPosted 23 days agoI like your custom layout, it's very creative! However, I noticed that the design is not responsive, and the mobile menu is not working for me, either.
0 - @cassiopeia001Submitted 24 days ago@astnioPosted 23 days ago
This looks great. I noticed that you used regex to validate your email, too. I think that is really cool, as it is something I have wanted to delve more into. You have inspired me to play around with that more in future projects.
Marked as helpful0 - @SJK9476Submitted 3 months ago@astnioPosted 25 days ago
Your code looks good to me, and your HTML is semantic and your JS is concise. The only issue I can see right now is that your format is quite a bit different from the example. This may just be nitpicking, but the example had a larger title, and your attribution was left unedited too. Otherwise I think it looks great!
0 - @alphastand27Submitted about 1 month ago@astnioPosted 26 days ago
Your solution looks quite sophisticated, and I like how well you document your code! I will say that I feel as though choosing not to use a form for the radio buttons may go against best-practices of using semantic HTML. I can see you tried, but it may prove to be an accessibility issue if this were implemented in a more complicated environment.
Marked as helpful1 - @jacksonwhitingSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I tried Qwik for this project. It's a great framework and I'm interested to see how it develops. Builder.io is doing great things. Lots of potential with Qwik.
What challenges did you encounter, and how did you overcome them?I find that the more I try different frameworks the more I see similarities and it becomes easier to switch.
@astnioPosted 29 days agoI have never heard of Qwik before, and it was interesting to check it out. It looks like a very cool framework! I also find your approach of having each question/section be a seperate page. While it feels a bit choppy as a user, I can imagine it is a much simpler developer experience to go that approach.
0 - @jacek8depaSubmitted over 1 year ago@astnioPosted about 2 months ago
I think this looks pretty good, overall. One thing I noticed is that your "copied" text does not come up when you click on the copy button.
0 - @codesByJoseSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
WHat i learnt is to refactor code, writing codes in the raw-rest form and then making them reuseable is what this project has taught me. It also taught me that solving problem is a step by step thing, and i am glad i learnt and scaled through.
What challenges did you encounter, and how did you overcome them?I am looking forward to writing more and more reuseable codes. I used a lot of attributes i dont know if that is ok but id be looking forward to better ways to using less attributes.
What specific areas of your project would you like help with?all feedbacks are highly welcomed
@astnioPosted about 2 months agoThis looks pretty good, in my opinion. One thing in particular that stood out to me is that you have a height: 100vh set on your body. I had received feedback once before that this is bad practice, and it is better to set it to a min-height instead.
Marked as helpful0 - @tunaertenSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I didn't have much trouble with the CSS part. I got stuck a bit on the colored part of the cards. Initially, I did it using a pseudo-element, but then I changed it later. This part took some time. It was quite a fun project.
What challenges did you encounter, and how did you overcome them?In the JS part, rendering the view also took a while. In my first code, I could see the view when I clicked on the daily or weekly section, but when I loaded the page, the activities didn't show up. However, I realized I only needed a single function I hadn't noticed. I think I won't get stuck on this part for so long in my future projects.
@astnioPosted about 2 months agoThis looks great, your JavaScript is much more concise than mine was!
Marked as helpful1 - @RaviCoderWallahSubmitted 4 months ago@astnioPosted about 2 months ago
Your solution looks great, everything works seamlessly. Your HTML looks semantic and your CSS looks great too.
0 - @shpokas-ioSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
Proud that i tried to use as semantic as possible in HTML section , but I think that way is much harder and I don't understand fully why things don't work as they should
What challenges did you encounter, and how did you overcome them?dekstop version not working properly, instead of two column horizontal it is mobile one column, in mobile aspect of it doesn't pop up share section
What specific areas of your project would you like help with?THere is alot of problem with this one but i`ll just raw dog it and leave it for later fixing
@astnioPosted about 2 months agoSeems as though you are already aware, but this does need quite a bit more work done in getting the layout configured.
I do like what I think you were going for, however. In particular the animation you setup when clicking the share button. It isn't working fully now, but I can see what you were going for and I really like it!
Your HTML also looks really good, just some more work on your CSS and I'm sure it will all come together.
0 - @MsadafKSubmitted about 2 months ago@astnioPosted about 2 months ago
I think this looks really good! Your CSS and HTML seem to be more concise than mine. The one thing that really stood out to me was that your circles with the numbers are more like ovals. The way I solved this for mine was by adding
aspect-ratio: 1
to mine.1