Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gmartins-dev/nextjs13-nba


https://github.com/gmartins-dev/nextjs13-nba

Last synced: 28 days ago
JSON representation

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.