Note: This repo contains the flock client. The server app can be found here.
Planning a trip with your friends has never been easier. Flock allows you to have a well structured discussion with your friends to build a consensus for your next group holiday. In full-democracy mode every member of a trip can make and vote for suggestions in three categories: destination, budget and timing. You can also choose to dictate any of these categories. As creator of the group you can lock the voting and discussion down any time.
# clone the repo to your computer
git clone https://github.com/mrcknz/flock-client.git
# change into the project directory:
cd flock-client
# install the dependencies
npm install
# start the client
npm start
- React
- Apollo-Client (GraphQL)
