An open API service indexing awesome lists of open source software.

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.

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.