ClinicWave / clinicwave-frontend

2 stars 1 forks source link

Add Layout Components for Consistent Page Structure, Home Page Component, and Refactor App Component #4

Closed aamirxshaikh closed 3 months ago

aamirxshaikh commented 3 months ago

Description:

This pull request introduces several improvements to the application’s structure by adding layout components and refactoring the main application component. The new layout components provide a consistent page structure across the application, while the home page component is added as the entry point.

Changes:

Purpose:

The purpose of this pull request is to enhance the application's structure and organization by introducing reusable layout components (Navbar, Footer, and Layout) for consistent page presentation. Additionally, the Home component is added as a dedicated page for the application's homepage, and App.tsx is refactored to use these components, improving the overall layout and maintainability of the codebase.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud