App created to pick random teams/group by a list of players/people. You can find it here.
-
React
-
Redux
-
Styled-Components
-
Font Awesome
The App use Redux to guard all information that can be necessary in another part of the App
You can run this App by using npm in your own computer, just follow the following steps.
git clone https://github.com/FelipeESchmidt/Teams-picker.git teams-picker
cd teams-picker
npm i
npm run start