This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
│── app
│ │── admin
│ │ └── page.tsx
│ │ └── Admin.module.scss
│ │── matches
│ │ └── previous
│ │ │ └── page.tsx
│ │ │ └── PreviousMatches.module.scss
│ │ └── page.tsx
│ │ └── Matches.module.tsx
│ │── stats
│ │ └── page.tsx
│ │ └── Stats.module.scss
│ │── table
│ │── favicon.ico
│ │── layout.tsx
│ └── page.tsx
│── components
│ │── Layout.tsx
│ │── Logo.tsx
│ │── MainTable.module.scss
│ │── MainTable.tsx
│ │── Navbar.module.scss
│ │── Navbar.tsx
│ │── NexMatch.tsx
│ │── NexMatch.module.scss
│ │── SeasonTable.module.scss
│ │── SeasonTable.tsx
│ │── ThemeToggle.module.scss
│ └── ThemeToggle.tsx
│── context
│ │── GlobalContext.tsx
│── styles
│ │── colors.scss
│ └── globals.scss
│── types
│── .eslintrc.json
│── .gitignore
│── next-env.d.ts
│── next.config.mjs
│── package.json
│── README.md
│── tsconfig.json
└── yarn.lock