Skip to content

It is a shopping app that helps users find the best deals by comparing prices for the same product in different volumes.

License

Notifications You must be signed in to change notification settings

night-fury-rider/best-price

Repository files navigation

Best Price

It is a shopping app that helps users find the best deals by comparing prices for the same product in different volumes or quantities. Whether you're buying a single item, a bulk pack, or a larger size, the app quickly shows you where you can get the best price per unit.

This app has the following features:

✔️ Highlight the best price combination available.

 


Technologies and Libraries Used

Library Version
React Native v0.75
React v18
React Native Paper v5
React Native Vector Icons v10
React Native MMKV v2
Babel Module Resolver v5

Getting Started

Prerequisite

  • The mobile with USB debugging enabled
  • The mobile and laptop are on the same Wi-Fi network.

Install the app on the mobile device

yarn android

Enable Wireless hot reload

  • Run adb devices to get the mobile device name.
  • Run ipconfig to get the IPv4 address.
  • Connect the mobile device to the laptop via a USB cable.
  • Install the app
yarn android
  • Disconnect the mobile from USB. Metro Bundler will be disconnected.
  • Shake the mobile to open the React Native Dev menu. Select Settings. Open Debug server host & port for device.
  • Enter IPv4 (from step 1) and port number (usually 8081), e.g., 112.128.123.19:8081.
  • Shake the mobile to open the React Native Dev menu.
  • Select "Reload." Hot reload should now work.

Create the release build

https://github.com/night-fury-rider/react-native-template/wiki/Create-the-release-build


Deploy the App on Play Store

https://github.com/night-fury-rider/react-native-template/wiki/Deploy-the-App-on-PlayStore