Crowdfunding product page using React and Storybook

Solution retrospective
I'm proud I managed to complete it, the solution is not pixel perfect because that's not something I strive to achieve, I'm not a perfectionist but I think I did a good job nonetheless. I'm proud that there's a proper Readme.md file for the repo (it's my first time writing one).
Next time I would start with a Typescript template for the Vite project even if I don't plan to use Typescript inside of the project from the start, I would simply convert it later on.
What challenges did you encounter, and how did you overcome them?One error I encountered was from storybook, whenever I used decorators to set the Provider from redux-toolkit for a component I would get a dynamic import fail error. The solution was quite easy, it turns out that you have to rename the extension of the file from .stories.js to .stories.jsx and everything worked correctly.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Florian Stăncioiu's solution.
Join 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