Tarifka App

Screen Shot 2022-07-04 at 01 23 16Screen Shot 2022-07-04 at 01 23 16Screen Shot 2022-07-04 at 01 23 16Screen Shot 2022-07-04 at 01 23 16

Setup

React Native

Tools

  • Custom Hooks
  • React Navigation
  • Lottie

Features

  • Listing returned categories with API.
  • Listing the dishes belonging to the clicked category.
  • Listing the details of the clicked dish.
  • Do not show a loading screen until a response is returned from the API.
  • Do not show an error screen if a negative response is returned from the API.

API

Used API: TheMealDB

Beginning

Clone this repository on your local machine.

git clone https://github.com/checkupcodes/ReactNative_PatikaChallenge/tree/main/TarifkaApp

Use

To use it after cloning the project:

cd patika-react-native/Tarifka App
cd .

Run the following commands in the project folder to install the project dependencies.

npm init
npm install

These instructions will get a copy of the project up and running on your local machine for development and testing purposes.

Available Scripts

In the project directory you can run:

npx react-native run-android

For more information

You can learn more here: React documentation