Skip to content

patriceandrea/deliverr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 

Repository files navigation

deliverr 🍕🥡🍔🌯

Deliverr is a deliverro-clone food pick-up mobile application using React Native.

About 📱

Features

  • views the list of restaurants
  • adds a dish to the basket
  • removes the dish from the basket
  • views dish ordered and total order cost
  • press Place Order and views estimated arrival with map view

📸

🎥

Live Demo 🔴

Open camera app on your device and scan the code below.

QR

OR

Click on the link below with your device.

*Note: Download Expo Go on Apple Store or Google Play to view the app.

Tech Stack

  • React Native
  • Redux Toolkit
  • Nativewind (TailwindCSS for React Native)
  • Expo
  • Sanity.io

Getting Started

How to run locally:

  1. Fork this repository, then git clone your fork of this repository.
  2. Change directory to my-app folder
cd my-app
  1. Install all dependencies.
npm install

&

npx expo install
  1. Start the server
npx expo start 

or

expo start 
  1. Once in the server, press i to open iOS simulator OR press a to open Android simulator.

Ressources

This is based on Sonny Sangha's "Let's build Deliveroo 2.0 with React Native" Project. This is built for learning purposes only.