TODO_GraphQL
A simple TODO app built in react-native
using -
graphQL
: for quering.Apollo Client
: for state management.Async-Storage
: for local storage.
Getting Started
1. System Requirements
-
Globally installed react-native CLI
2. Installation
On the command prompt run the following commands:
$ cd TODO_GraphQL/
$ yarn
Run on iOS
- Run
react-native run-ios
in your terminal
Run on Android
- Run
react-native run-android
in your terminal
Enhancements & known issues
- Inline validation for
Login/SignUp
form. - Use of
react-native-gesture-handler
instead ofreact-native-swipeable
or create custom component forSwipeable
usingPanResponder
. - Use of
dropdown
forGender input
in SignUp form. - Store can implemented using state management libraries like
Redux/mobX state tree