Skip to content

sjunka/wolt-test

Repository files navigation

React Native app for Wolt

This app displays the features requested by the challenge.

Description

RN app that fetches Data and then displays information according to Figma design, scalable components and folder structure

Getting Started

Dependencies

Installing

Android
  • install dependencies
npm install
iOS
  • install dependencies
npm install
  • create Pod file
cd ios/ pod install

Troubleshoot while installing

  • if you get an error while installing the packages due to different versions, try to run the following command
npm config set legacy-peer-deps true
  • then install the depencies again
npm install

Executing Test

  • Jest is the testing framework used in this project, you can run the coverage with the following command
npm run test

Executing program

  • In order to run the app you need to excecute the folling command inside your root directory
Android
npx react-native run-android
iOS
npx react-native run-ios

Authors

Contributors

Sergio Junca
Linkedin @sjunka

License

This project is licensed under the [MIT] License

Video

ios_intro.mp4

Images

Android

android_loading android_home android_error

iOS

ios_loading ios_home ios_error