Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    I found validation and displaying errors to be the most challenging part of the project and I'm not sure that the way that I implemented it was most efficient. Please review my code and let me know how it can be made more efficient and DRY. Thank you.

  • Submitted


    The main issue I had with this project was with the car display. When a lot of items are added to the cart they go beyond the view of the window and you can't scroll to them. I tried to fix it with the overflowX property but then it cuts off the top half of the first element in the container. Please advice on how to fix this and or any other problems and issues.

  • Submitted


    Created this project using Vite, React, react-leaflet and IP Geolocation API. When displaying the map I'm not sure how to make the map pan to the marker when the position of the marker changes. I'm currently using useMapEvent of react-leaflet but I'm not sure what is the best practice. Please let me know of any issues or things to improve on.

  • Submitted


    Made this API call and display with API. I used the setInterval function so that new data is called and displayed. An issue I am having is that if a leave the page and return, the API call does not obey the set Interval. Please let me know how I can fix this issue. I also used the useEffect function to make the API call on the initial load. Please let me know how I can improve this component and make it more efficient.

  • Submitted


    I created this interactive comments section. I'm having issues with when one comments on something that is already a comment. The current solution I have is that the app will treat the comment as if it is a primary post and re-render the post with the new comment. What is a better solution to improve the functions and aesthetic? Please also let me know of other issues or places I can improve on.

  • Submitted


    Created this notification display using React. Its interactivity is limited but the general idea is represented. Please let me know of any issues or improvements.