/tenerity-react-native-challenge

Tenerity Mobile development team - Technical challenge

Primary LanguageJavaScript

The Lounge

Awesome Project

This is a very cool project, what offers the user list of very interesting offers to choose from them.

Project Structure

AwesomeProject


The Lounge

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.


install dependencies


  • yarn install

  • cd ios && pod install


Run the project


ios

yarn run ios

android

yarn run android

back


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.