Submitted about 2 years ago
Entertainment Web (NextJS +Typescript + Mongodb + Styled Components)
@leoikeh99
Design comparison
SolutionDesign
Solution retrospective
Any feedback is appreciated.
Community feedback
- @GrzywNPosted about 2 years ago
Great job @leoikeh99! 🥳
Everything looks and works great! Things you might consider to improve this project:
- Adding unit tests for the most important functionality of your app (user auth and database integration). It can be done by using Vitest/Jest and React Testing Library.
- Adding loading state and error state. Loading state could be done by adding pulsing skeleton cards when the content isn't loaded yet. Error state could be handled by some kind of ErrorBoundary.
- Adding draggable slider instead of scroll (something like this one)
Have a nice day and keep coding ✌️
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord