Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/islamhaqq/fantasy-basketball
A quick little app demonstrating React & Redux. Add/remove players from fantasy nba roster.
https://github.com/islamhaqq/fantasy-basketball
Last synced: 5 days ago
JSON representation
A quick little app demonstrating React & Redux. Add/remove players from fantasy nba roster.
- Host: GitHub
- URL: https://github.com/islamhaqq/fantasy-basketball
- Owner: islamhaqq
- Created: 2017-10-19T19:29:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T19:39:52.000Z (about 7 years ago)
- Last Synced: 2024-09-13T15:42:35.298Z (2 months ago)
- Language: JavaScript
- Homepage: https://syedaman.github.io/fantasy-basketball/
- Size: 1.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fantasy Basketball
A really simple React web application that allows users to add players to their roster via email.
## Players
Users can add the following players via email:
- Stephen Curry via "[email protected]"
- Kevin Durant via "[email protected]"
- Klay Thompson via "[email protected]"
- Draymond Green via "[email protected]"
- Andre Guodala via "[email protected]"## How to Start
You can check out the production version of the app [here](https://syedaman.github.io/fantasy-basketball/).
But if you want to run the development version:
```
$ git clone https://github.com/SyedAman/fantasy-basketball.git
$ yarn && yarn run start
```