Kamalnrf / Tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

☑️ Tasks

I also did the design for this app myself and you can find it here.

How to run the project


Install Dependencies and Run on iOS Simulator or Android Emulator

Assuming that you have Node 12 LTS or greater installed, you can use npm/yarn to run the project

  yarn install && yarn ios

or

  npm i && npm run ios

Update Access Token

The Access token is hard code in ./src/graphQLClint.ts file

About


Languages

Language:TypeScript 96.5%Language:JavaScript 3.5%