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 🏀
- Host: GitHub
- URL: https://github.com/lumamontes/wbb-games
- Owner: lumamontes
- Created: 2023-12-31T11:54:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T00:58:14.000Z (over 1 year ago)
- Last Synced: 2025-02-17T09:14:29.664Z (4 months ago)
- Topics: basketball, ncaa, nextjs, wnba
- Language: TypeScript
- Homepage: https://wbb-games.vercel.app
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Women's Basketball Schedule

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)