Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.08 KB

Group-tasker

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

Developing

  1. Fork the repository and clone it with git clone <repository-here>
  2. Navigate to src and run npm install
  3. Run expo start --web to start the development server

Deploying

  1. Open package.jsonand edit the "homepage": "http://{username}.github.io/{repo-name}"to include correct information for you
  2. run npm run deploy
  3. Setup Github Pages from the repository's settings