Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 23 hours 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T15:55:12.000Z (10 days ago)
- Last Synced: 2024-12-29T16:31:24.254Z (10 days ago)
- Topics: nextjs, t3-stack, tailwindcss
- Language: TypeScript
- Homepage: https://halffl.vercel.app
- Size: 302 KB
- Stars: 1
- 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
![desktop design](./public/images/design/halffl-desktop-design.png)
## 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`.