Skip to content

mydesweb/foodstyles-challenge

Repository files navigation

Getting Started

Step 0: Install dependencies

First, you will need to install all project dependencies.

yarn install

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

yarn start

Step 2: Start your Application

Note: Aplicatia a fost testata doar pe simulator iOS, pe Android nu va merge (nu am mai investit timp in configurat librarii).

For iOS

yarn ios

This is one way to run your app — you can also run it directly from Xcode respectively.

Improvements

In production probably it is not a good idea to send all cuisines in a single request, with GraphQL API it is easy to fetch & cache only what we need.