This is a very cool project, what offers the user list of very interesting offers to choose from them.
This project uses React Clean Architecture from the structure side and from the technical side we used redux and redux saga for the state management, and for the navigation we used React Navigation.
-
yarn install
-
cd ios && pod install
ios
yarn run ios
android
yarn run android
This folder contains a mock backend that serves the data needed to complete the technical challenge. This server is built using JSON Server. To run this server, use the command yarn serve
.
Refer to the JSON Server documentation on how to query data from the APIs.