Latest solutions
Frontend quiz app
#react#tailwind-css#vite#reduxPSubmitted 3 days agoAny help would be appreciable, tell me if I have done something wrong or something can be improved.
Time tracking dashboard
#react#tailwind-css#vitePSubmitted 10 days agoIf I have done any mistake point it out or any improvements that can be done.
Latest comments
- @kirlosbastaP@Ashmit-kansal
You should toggle between FAQs using a state.
- @mussiehWhat are you most proud of, and what would you do differently next time?
nothing really, it was an easy challenge.
What challenges did you encounter, and how did you overcome them?nothing really, it was an easy challenge.
What specific areas of your project would you like help with?nothing really, it was an easy challenge.
Responsive Interactive Rating Component with React, Vite, Tailwind CSS
#react#tailwind-css#vite#typescriptP@Ashmit-kansalNice
- P@kmulqueenWhat are you most proud of, and what would you do differently next time?
I'm most proud of the fact that I finished this project to the best of my ability, and that it looks true to the design, is responsive, and has functional dark mode capability.
Next time I would either implement a state management library like Context API or Redux right away, or focus on styles and layout first before handling too much logic. I had to refactor all of my code because I had too many useState variables and it became a prop-drilling nightmare.
What challenges did you encounter, and how did you overcome them?Prop-drilling nightmare. I had to refactor everything and implement Context API.
What specific areas of your project would you like help with?TypeScript best practices.
P@Ashmit-kansalI think you can improve styling for submit and play again button as it is touching bottom of the screen which looks off.
- P@PetarR21What are you most proud of, and what would you do differently next time?
I learned a lot in this challange.
Frist and foremost, I learned how to create custom range input, and custom checkboxes. I struggled a lot with these, and it was in a way a humbling experience, beacuse I saw how much more I have to learn.
I also learned how to use these custom inputs to generate a password based on selected options.
What challenges did you encounter, and how did you overcome them?Biggest challange for me was styling inputs and using svgs in button components.
What specific areas of your project would you like help with?I would like to continue improving. I also want to explore more advanced CSS techniques for styling and layout, and to find a way to make the code more modular and reusable.
Also, I would like to improve my code in the future so it is more clean and simple.
P@Ashmit-kansalAmazing. One thing you can enhance in your project is that make sure password length is at least the number of checked checkboxes
- P@BlonoBuccellatiWhat are you most proud of, and what would you do differently next time?
- use
useContext
for state management.
-
Please share any feedback or improvement suggestions regarding overall component design.
-
I would appreciate feedback on state management approaches (including local state, Zustand, Context, etc.).
P@Ashmit-kansalAmazing
- use
- @HammamYousefWhat are you most proud of, and what would you do differently next time?
trying tailwind and gsap in the project
What challenges did you encounter, and how did you overcome them?using tailwind for the first time
P@Ashmit-kansalAmazing your animation was nice. You can do col-span-3 for md screens according to the figma design.