konraddissake1808
@konraddissake1808All comments
- @chanwinharoldSubmitted 2 months ago@konraddissake1808Posted about 2 months ago
Off on a good start, good continuation
0 - @apu2304Submitted 3 months agoWhat are you most proud of, and what would you do differently next time?
Learning to use tailwind CSS.
What challenges did you encounter, and how did you overcome them?Deploying tailwind CSS without any framework like React or Vite is a little challenging but stack overflow is a buddy for that
@konraddissake1808Posted 2 months agoNice attempt, as long as everything works well behind
0 - @psychederikSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of the way I structured my file similarly to how a larger real-world application would be organized. I broke down the app into components and filed them into corresponding folders. Next time I will create a "UI" folder in my "components" folder for any globally shared components and continue my current approach which was to organize each component per the page/section the components are unique to.
What challenges did you encounter, and how did you overcome them?My two main challenges were state management and prop drilling. At first, I initialized the state in a child component of a parent component which needed to be re-rendered which prevented the app from behaving the way it was intended. I took a step back to physically draw my DOM structure and realized the issue. Once I initialized the state in the correct component, passing the props down to the children components that needed them made me a bit nervous at first but once I saw the correct results, I realized how simple it was.
What specific areas of your project would you like help with?As of now, I'm confident I understood the projects and the actions I took to create a solution. Deploying my app on GitHub Pages was sort of tricky but once I realized there was a Vite plugin to simplify the process, I just followed the documentation step by step, solved the problem, and learned why my app wasn't deploying properly in the first place.
- @raswondersSubmitted 7 months agoWhat challenges did you encounter, and how did you overcome them?
Two quite distinct visual styles of share component made me little hesitant about code structure. For each visual style I produced one component and conditionally rendered them. The code isn't well encapsulated and I don't feel particularly good about it.
What specific areas of your project would you like help with?I'd like to improve upon my solution to share popover. There seems a little junk in loading icons, when initially clicking share button. I'd like to learn how to mitigate this and improve code structure of share popover.
@konraddissake1808Posted 7 months agoYou did great with this mate, I can't say anything better as I wasn't able to achieve make the share links to disappear when clicking out of it. Imma take a peek into your solution url. Anyway, good job
1 - @modjiSubmitted 9 months agoWhat are you most proud of, and what would you do differently next time?
I don't often get to work with grids so it was a nice challenge and happy how it turned out.
What challenges did you encounter, and how did you overcome them?My initial approche was a bit off as I had a two flex cols and the left side would be a grid. It worked well but it had a weird padding issue. I ended up changing it to purely grid and it works better.
What specific areas of your project would you like help with?Any improvement suggestions is welcomed.
- @jordanj03Submitted 11 months agoWhat are you most proud of, and what would you do differently next time?
I am proud of using responsive font-size and making the website good on (mostly) any device I would improve my usage of media queries
What challenges did you encounter, and how did you overcome them?The hardest challenge was making the page responsive, however, once I read the pathway information it became much easier :)
What specific areas of your project would you like help with?How can I improve the responsiveness
- @psdesignroSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
I'm pretty content with the result. Next time I would try to make the design responsive without media queries
What challenges did you encounter, and how did you overcome them?I didn't use CSS grid for a while, so had to recap a bit, but I decided to use it over table, because as far as I know, table is a mess on small devices
What specific areas of your project would you like help with?For now I'm good. Thanks
- @osmanbayySubmitted 12 months ago@konraddissake1808Posted 11 months ago
-
The links at the bottom aren't pleasing to the eyes. If you want them in there might as well style them.
-
Also, dont forget to use media queries, as the design is not reponsive.
0 -
- @Gamin8ingSubmitted 12 months ago@konraddissake1808Posted 12 months ago
Card Position You should have set
height: 100%;
on the body element and use flexboxjustify-content: center;
align-items: center;
to center the card in the middle of the screen1 - @fullmoonemptysunSubmitted 12 months agoWhat are you most proud of, and what would you do differently next time?
I feel good about how well I could implement the layoting and the shadows to match the design template very closely.
What challenges did you encounter, and how did you overcome them?None, Just time taking
What specific areas of your project would you like help with?Ability to think and write code faster.
@konraddissake1808Posted 12 months agoConcerning the Design Though it is different than the example. It still looks amazing, really like the creative touch
1