https://github.com/d-coder135/discountcalcapp_react-native
This repo contains a hybrid application that calculates discount on the amount.
https://github.com/d-coder135/discountcalcapp_react-native
expo-cli hybrid-application javascript nodejs react react-native react-native-app vscode
Last synced: 29 days ago
JSON representation
This repo contains a hybrid application that calculates discount on the amount.
- Host: GitHub
- URL: https://github.com/d-coder135/discountcalcapp_react-native
- Owner: D-Coder135
- Created: 2021-07-08T06:47:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-08T16:10:46.000Z (almost 5 years ago)
- Last Synced: 2025-04-21T19:49:59.469Z (about 1 year ago)
- Topics: expo-cli, hybrid-application, javascript, nodejs, react, react-native, react-native-app, vscode
- Language: JavaScript
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiscountCalcApp_React-Native
## A Hybrid Application build using React-Native and JavaScript. This app calculates discount on an amount and returns the final ammount after applying the discount.
### Topics I have gone through while building this application:-
- Class component in React-Native.
- state variables/fields inside the Class component.
- TextInput component in React-Native.
- Inline and Internal CSS Styling In React-Native.
- Anonymous functions in React-Native.
- Function calls and Conditionals.
- JSX.