Skip to content

Clean up frontend file structure and link navigation components to pages #68

Description

@tjhiaj

File Structure Cleanup

  • Components are grouped logically (e.g., components/, pages/, layouts/)
  • Shared components (Navbar, Footer) live in a common directory
  • Page-specific components are separated from reusable components
  • Unused files, dead code, and commented-out blocks are removed
  • Folder and file naming conventions are consistent
  • No build artifacts or generated files are committed

Navbar links route to the correct pages:

  • Home
  • About Us
  • Events
  • Contact

Footer quick links route to the same canonical pages as navbar

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions