This is a basic client mobile app built while learning react-native. This app does not cover all the use cases related to population registration but the intention is to cover react-native fundamentals add basic features like login, security(JWT, secure cookie, authorization using tokens), validations, navigation, theming etc.
Please install latest NodeJS & NPM which is required to run this app.
This app is integrated with GraphQL-Apollo-Express-Server. So you will need to clone this repository locally and follow set up intructions available on that repository.
You will need to have Xcode and iOS simulator set up for IOS and for Android will need respective SDK & emulator set up before hand.
First install expo-cli
npm install -g expo-cli
Clone the repository by below command.
git clone https://github.com/noghanodedra/census-app.git
Then CD to cloned repo folder by
cd census-app
npm install
Use below commands to start the app locally from the project root folder for respective platforms.
expo start --android
expo start --ios
expo start --web
Following test users are readily availabe to test the look and feel of the app.
[email protected]/admin
[email protected]/test
- Expo - With Expo tools, services, and React, you can build, deploy, and quickly iterate on native Android, iOS, and web apps from the same JavaScript codebase
- React Native - Create native apps for Android and iOS using React
- react-native-paper - Component lib for react native apps
- Noghan Odedra - (https://www.linkedin.com/in/noghanodedra)