Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lumamontes/wbb-games

Today's women's basketball games 🏀
https://github.com/lumamontes/wbb-games

basketball ncaa nextjs wnba

Last synced: about 1 month ago
JSON representation

Today's women's basketball games 🏀

Awesome Lists containing this project

README

        

# Women's Basketball Schedule

![screenshot-rocks (1)](https://github.com/lumamontes/wbb-games/assets/60052718/e3448548-1584-4421-a514-016a66830667)
![screenshot-rocks (2)](https://github.com/lumamontes/wbb-games/assets/60052718/7e740f15-4473-4820-ab6e-dcd2cd7ac59a)

This project displays the schedule for NCAA Women's Basketball games, it fetches data from an [Node API](https://github.com/lumamontes/wbb-games-api) and displays the game time, venue, location, and competitors for each game, with a mode toggle to change themes.

This is a simple project made with Next.js and Node, that i plan to expand with more features in the future (i created a few issues to keep track of them), with the intent to study and pratice more concepts with Next and Node like testing, web notifications, authentication, etc.

### 🔥 Demo
https://wbb-games.vercel.app/

### 💻 Techs
- Next.js:
- TypeScript
- Tailwind CSS
- Shadcn/ui
- Lucide

### Run locally

1. Clone the repository.
2. Install the dependencies: npm install.
3. Configure authentication keys and secrets in .env file.
4. Start the development server: npm run dev.
5. Access the website at: http://localhost:3000.

### Contributing

Contributions are welcome! :)

## Author

Luma Montes - [Linkedin](https://linkedin.com/in/lumamontes/) - [Twitter](https://twitter.com/monnlu1)