Latest solutions
Bookmark landing page
#react#vite#tailwind-cssSubmitted 21 days agoany suggestions for improvement are welcome
Latest comments
- @zahraabelluSubmitted 6 days ago@Yashbabani0Posted 6 days ago
Right now, the API call only runs when the button is clicked. To fetch data on page load too, just call the function inside a load event.
0 - P@rjcrowderschaeferSubmitted 6 days agoWhat are you most proud of, and what would you do differently next time?
It was great to get some more practice in and refresh myself on how to set up basic HTML and CSS.
What challenges did you encounter, and how did you overcome them?I had to refresh my memory on creating and linking a GitHub repository. This was a good project to dive back into web development.
@Yashbabani0Posted 6 days agoAdd a transition-duration property to the h1 color change for a smoother and more gradual effect.
0 - @acekantSubmitted 6 days agoWhat are you most proud of, and what would you do differently next time?
I am proud of learning the space class in css and finishing the most of newbie challenge form this challenge i will start solving junior level challenges.
What challenges did you encounter, and how did you overcome them?I encounter a challenge of applying margin-top on button it was not working i got to chatgpt and tell my problem, i got solution it was the other margin(parent div) is overwritting my margin-top so he guide that i should use ! to overcome the issue.
@Yashbabani0Posted 6 days agoConsider adding a transition-duration property to the button hover effect for a smoother color change, improving user experience and making interactions feel more natural.
Marked as helpful1 - @its-awaisSubmitted 6 days agoWhat are you most proud of, and what would you do differently next time?
yeah, in next time i want to use drag and drop option which i did not add this time
What challenges did you encounter, and how did you overcome them?i got some challenges which are cool basically some problems with css.
What specific areas of your project would you like help with?if you think there are problem, then help me and then we will work together you will help me i help you in any case.
@Yashbabani0Posted 6 days agoThe design is looking good, but here are a few improvements to match the intended style and optimize performance:
Add a border-radius to the boxes for a smoother and more modern look. The h1 text ('TODO') should be white in both dark and light mode, as per the design specifications. Increase the width of the todo-display section to provide more space for tasks. Also, increase the width of filterTodos to improve usability and alignment. Store the background images locally instead of downloading them from the server on every reload. This will improve load times and reduce unnecessary network requests.
These adjustments will ensure a better UI experience and faster performance!
Marked as helpful0 - @asia272Submitted 9 days agoWhat specific areas of your project would you like help with?
Everything!
- @asia272Submitted 12 days agoWhat specific areas of your project would you like help with?
Everything!
@Yashbabani0Posted 12 days agoYou should add a transition effect with a duration to make the button interaction smoother. Also, consider decreasing the column width for the PC to improve the layout.
Marked as helpful0