Resharing to progress learning path.
What specific areas of your project would you like help with?Even tho i tried some deg values, couldn't manage to get exact gradient background.
I think I'm good on this one, but any feedback is welcome.
My media queries aren't perfect, mid sized screens look a little off but other than that.
The icons. Getting the icons in the right spot. If anyone could help me out with that I'd appreciate it.
Resharing to progress learning path.
What specific areas of your project would you like help with?Even tho i tried some deg values, couldn't manage to get exact gradient background.
Great work overall! A couple things you could do...to get rid of that little little grey line around the submit button you could do: border: 2px solid transparent. That will take care of that. Also you could make the button hovers a little smoother by doing: transition: all 0.3s on the buttons. Other than that, great job!
This one took me a while, I'm proud of all the javascript functionality. There was a lot going on with this one and I really had to drill down on each little thing to get it all working correctly.
What challenges did you encounter, and how did you overcome them?I had little bugs popping up throughout, sometimes the answers wouldn't populate correctly or icons wouldn't show up in the right spot etc. I used a lot of console.logs to find out specifically where I was running into trouble. I also did a fair amount of research on certain things, like the dark mode toggle for instance.
What specific areas of your project would you like help with?Any feedback would be welcome!
Thanks @AshongAbdallah06, I fixed those bugs, I should've caught them but thank you for pointing them out!
i proud about being able to play with the display and visibility to be able to show and hide the different "pages" of the quizz.
What challenges did you encounter, and how did you overcome them?it was the first time for me to have 2 modes dark and light and the problem associated with it about the color of the elements but i was able to overthrow that by researching in youtube
What specific areas of your project would you like help with?none
Really awesome job! The code is very well organized and easy to read. I can tell you put a lot of thought and work into this. I even saw something in your solution that I forgot to include in mine, so thanks for that. Overall great job, keep it up!
I am excited about the custom checkboxes I built that kept the green theme, and the animated labels that appear after copying or hitting the button with no boxes checked. I am not confident in my JS solution with the long characters arrays that I push into one long array. Also, I am sure there's a way to reduce the conditionals for the box colors but I can't see how to re-factor those.
What challenges did you encounter, and how did you overcome them?JS script has long blocks that I couldn't figure out how to re-factor. Long arrays and conditionals. It works and I'm looking for feedback.
What specific areas of your project would you like help with?Re-factoring my JS to more concise, targeted syntax.
Great job, lots of good things going on. There are a couple functionality issues but other than it looks great. Feel free to take a look at my solution if you want to check out ways to refactor yours. Mine's obviously not perfect but could help you out!
I'm proud of the javascript functionality. and the responsive design.
What challenges did you encounter, and how did you overcome them?Getting the icons in the right position was tough. I still didn't get them perfect but I tried a whole bunch of stuff to fix it and just eventually had to move on.
What specific areas of your project would you like help with?The icons. Getting the icons in the right spot. If anyone could help me out with that I'd appreciate it.
@JamesYcode, thanks man, I appreciate that. I get so much help on here just looking at other people's code so I'm happy that mine helped you out!
Great job! One thing I noticed is that the error message pops up as soon as you type in the bill input, it doesn't really give the user a chance to move down and put in the number of people. Other than that, I liked how you handled the media query for mid sized screens, looking at yours actually helped with my own solution, so good job. Keep it up!