UPayments app shows products, let users to filter products based on category, and allow to add new product.
- Re-useable custom components
- Validate product details before submitting
- Loading and Error state management
- Redux ToolKit for global state management
This app uses a number of open source projects to work properly:
- React - A JavaScript library for building user interfaces
- React Native - lets you create truly native apps and doesn't compromise your users' experiences.
- VS Code - awesome text editor
And of course Dillinger itself is open source with a [public repository][dill] on GitHub.
This app requires React Native Setup to run.
Install the dependencies and devDependencies and start the server.
cd <project_name>
npm i
npx react-native run-android -> To Run app on android device or emulator
npx react-native run-ios -> To Run app on ios device or emulatorThis app requires React Native Setup to run.
Install the dependencies and devDependencies and start the server.
cd <project_name>
yarn install
yarn android -> To Run app on android device or emulator
yarn ios -> To Run app on ios device or emulatorThis app is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.
| Plugin | Website / Repo Link |
|---|---|
| React Navigation | https://reactnavigation.org/ |
| Formik | https://formik.org/docs/guides/react-native |
MIT
Free Software, Hell Yeah!