This pull request addresses issue #15 (Loading Spinner Needed):
Bug Description: When the website is first loaded, several components take time to appear, causing a delay in the user interface.
Solution: Implemented a global loading spinner that appears while the components are loading, ensuring that users receive immediate visual feedback during the initial load.
Changes Made:
Added a global loading spinner that displays on the initial page load and disappears once all components have rendered.
Improved user experience by minimizing the perception of slow loading times.
Linked Issue: Resolves #15.
This pull request addresses issue #15 (Loading Spinner Needed):
Bug Description: When the website is first loaded, several components take time to appear, causing a delay in the user interface. Solution: Implemented a global loading spinner that appears while the components are loading, ensuring that users receive immediate visual feedback during the initial load. Changes Made:
Added a global loading spinner that displays on the initial page load and disappears once all components have rendered. Improved user experience by minimizing the perception of slow loading times. Linked Issue: Resolves #15.