Please comment on my typescript and code logic.
Latest solutions
Time Tracking Dashboard with React, Vite, TypeScript, CSS Modules
#react#typescript#vite#vitestSubmitted 5 months agoNewsletter Signup Form with Vite, React, CSS modules, React Hook Form
#react#vite#typescriptSubmitted 5 months agoAnyone else having issues with the illustration svg files, where when displayed you'll see extra white space?
Article preview component submission using Vite, React, TypeScript
#vite#reactSubmitted 6 months agoThat share section in the desktop view.
Testimonial grid section submission using Vite, React, TypeScript
#typescript#vite#reactSubmitted 6 months agoThe quotation mark that's supposed to be part of the purple card background doesn't show up in production, but it shows up in dev mode.
Four card feature section using Vite React and TypeScript
#react#vite#typescriptSubmitted 6 months ago
Latest comments
- P@edpauSubmitted 6 months agoWhat specific areas of your project would you like help with?@ronaldyonggiPosted 5 months ago
Looks amazing!
In terms of codebase, I'd say it's a good idea to separate your code to components in different files (for example, one component for the profile card, and a reusable component for the activity card). It's also a good idea to keep all your type definition in a separate file instead of altogether in index.ts.
1 - @tatasadiSubmitted about 1 year ago
- P@chelsea-hereSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud that I was able to figure out how to set up the pop up so that it had a relative position to the items the styling was based around.
What challenges did you encounter, and how did you overcome them?Getting the styling to be correct was challenging, even after I figured out where to position the pop-up components. I ended up handling the view width aspect with css @ media instead of complicating my react component.
What specific areas of your project would you like help with?I'm always looking for ways to simplify my code. If you have ideas on how to simplify my SharePopUp CSS would love to hear about it!
@ronaldyonggiPosted 6 months agoLooks good!
I saw a problem when toggling the active-state in mobile view. Seems like the active-state share section in the mobile-view doesn't match the desired mobile design.
Marked as helpful0 - @DmytroGaidukSubmitted 10 months ago
- @Ajaya-RajbhandariSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
-used mobile first approach and added media query for desktop view. -Took a week to finish this project even though i though of quieting.
- Learn some Grid layout and used.
-- Arranging element in grid . -- Got help from freecodecamp about grid layout.
What specific areas of your project would you like help with?** To use grid and flex display layout.
@ronaldyonggiPosted 6 months agoGood effort!
A few minor details:
- The desired design's background is slight darker
- The desired design card text is not centered
Marked as helpful0 - @victor3spoirSubmitted 6 months agoWhat challenges did you encounter, and how did you overcome them?
the use of html art directory features.
@ronaldyonggiPosted 6 months agoLooks good!
Minor details is that in the desktop design, the image's width is slightly smaller than the content section. Compared to the desired design, the image is of equal width with that of the content section.
0