Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T00:58:14.000Z (11 months ago)
- Last Synced: 2024-11-06T20:14:36.219Z (3 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
![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)