Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```