Web app made with Expo and React native that allows users to create random teams from a list of participants and assign tasks to the them. You can try it in here
The app uses React Navigation, React Native Async Storage, react-native-uuid, react-native-get-random-values and Entypo pictograms by Daniel Bruce from react-native-vector-icons
- Fork the repository and clone it with
git clone <repository-here>
- Navigate to
src
and runnpm install
- Run
expo start --web
to start the development server
- Open
package.json
and edit the"homepage": "http://{username}.github.io/{repo-name}"
to include correct information for you - run
npm run deploy
- Setup Github Pages from the repository's settings