Think tank
1.0.0
Think tank is a mobile app for collaborating to solve world problems built with react native. Users can add a new Problem to the app and other users that are interested in the same problem can try to solve the problem by adding their Solution. Solutions are upvoted and downvoted by the community as they try to find the best solution to fix the problem.

To install Think Tank for development purposes :
git clone https://github.com/khalidM3/Think-tank.gitnpm install or yarn installreact-native run-ios for ios or react-native run-android for androidThe app is populated with fake data that is generated using faker.js inside ./src/fake-data which acts like a fake api. The fake api has 4 models :

The next steps for this app will be to change the fake api to a real api, preferably a GraphQL api