Some Packages / Libraries | Version |
---|---|
react-native | 0.64.1 |
react | 17.0.1 |
redux | 4.1.0 |
redux-thunk | 2.3.0 |
typescript | 4.3.2 |
@testing-library/react-native | 7.2.0 |
The user can perform the following actions:
- Able to display product list and product detail
- Able to cart operations (product add, product delete and complete order)
- Able to display last orders
- Able to contact us
So Shoptiks is a simple shopping application.
- I created fake api for products data. Please check the endpoint
- Clone the repository.
git clone https://github.com/oguzhankaymak/Shoptiks.git
- Install necessary packages via yarn.
yarn install
- Run the app.
npx react-native run-android
or
cd ios && pod install && cd ..
npx react-native run-ios
Login: You can enter any valid email and random password.
yarn run test