Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmartins-dev/nextjs13-nba
https://github.com/gmartins-dev/nextjs13-nba
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gmartins-dev/nextjs13-nba
- Owner: gmartins-dev
- License: mit
- Created: 2023-01-25T12:03:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T20:13:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T18:50:12.829Z (3 months ago)
- Language: TypeScript
- Homepage: https://nextjs13-nba.vercel.app
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NBA Scores & Schedules
> Simple basketball web application for show scores and schedules from your favorite team in NBA,
fetching dynamic data from [ESPN Api](https://www.espn.com/apis/devcenter/io-docs.html)## 💻 Demonstration
🔗 Online: https://nextjs13-nba.vercel.app
🖥 Desktop (Light Mode)
🖥 Desktop (Dark Mode)
📱 Mobile (Dark Mode)
📱 Mobile (Light Mode)
## APIs
https://gist.github.com/akeaswaran/b48b02f1c94f873c6655e7129910fc3b
https://www.espn.com/apis/devcenter/io-docs.html
## Stack
This site using the following stack:
- Framework - [Next.js 13](https://nextjs.org/13)
- Language - [TypeScript](https://www.typescriptlang.org)
- Styling - [Tailwind CSS](https://tailwindcss.com)
- Analytics - [Vercel Analytics](https://vercel.com/analytics)
- Linting - [ESLint](https://eslint.org)
- Formatting - [Prettier](https://prettier.io)## Notes:
This template uses the new `app` directory (beta) in Next.js 13. This includes support for enhanced layouts, colocation of components, tests, and styles, component-level data fetching, and more.