results-summary-component-main

Solution retrospective
I’ve recently started learning React and have been able to build some basic components and use hooks like useState and useEffect.
While organizing the project structure, I found it a bit inconvenient to manage separate CSS files. That’s why in my next project, I plan to use Tailwind CSS for a more efficient styling workflow.
In my next project, I also plan to use Axios for API calls to better manage data fetching and handle asynchronous operations more cleanly.
What challenges did you encounter, and how did you overcome them?I ran into some issues while deploying, particularly with asset path errors. To fix this, I moved the assets folder into the public directory.
I initially tried deploying the project on Vercel, but ran into account verification issues, so I ended up deploying it on Netlify instead.
What specific areas of your project would you like help with?How do you usually decide when to split a component or keep things together? when using CSS modules, I find that I can’t easily style components from a global stylesheet or a shared parent file.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Binh05'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