https://github.com/mogoatlhe/halffl
halffl (half football leagues) is a website which displays what selected football league tables would look like if points were awarded after each half ended.
https://github.com/mogoatlhe/halffl
nextjs t3-stack tailwindcss
Last synced: 2 months ago
JSON representation
halffl (half football leagues) is a website which displays what selected football league tables would look like if points were awarded after each half ended.
- Host: GitHub
- URL: https://github.com/mogoatlhe/halffl
- Owner: Mogoatlhe
- Created: 2023-02-24T00:02:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-11T17:37:45.000Z (7 months ago)
- Last Synced: 2026-01-03T14:21:34.203Z (6 months ago)
- Topics: nextjs, t3-stack, tailwindcss
- Language: TypeScript
- Homepage: https://halffl.vercel.app
- Size: 379 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# halffl
halffl (half football leagues) is a website which displays what selected football league tables would look like if points were awarded after each half ended.
## design (preview)
### desktop

## Stack
- ~~made with love~~
- [Next.js](https://nextjs.org)
- [Tailwind CSS](https://tailwindcss.com)
## Installation Instruction
- clone the repo
- open the `halffl` folder
- run `npm i` from your terminal to install all of the project's dependecies
- run `npm run dev` from your terminal to build and start the application
- if your browser does not open automatically paste http://localhost:3000 in the address bar of your browser and press Enter
## Reasoning
- [Link to Reddit post explaining why I built this](https://www.reddit.com/r/PremierLeague/comments/11kas1q/football_league_tables_if_points_were_awarded/)
## Update - 13/10/2023
- New request to the API fail, error: missing application key. I can't login into my account nor can I create a new account.
## Update - 06/05/2024
- changed api provider from `football api` to `rapid api`.