Skip to content

mdossantosdev/food-delivery-app

Repository files navigation

Food Delivery App

📱 Screenshots

🛠️ Built with

  • React Native
  • TypeScript
  • Expo
  • React Navigation
  • Redux Thunk

✨ Features

  • Authentication (Register, Login & OTP)
  • Listing Restaurant and Available Foods
  • Search Foods
  • Food and Restaurant Details
  • Place and track orders
  • Order Listing and Details
  • Listing and apply Offers
  • Logout
  • Bottom Tab Navigation
  • Payment Stripe

⚡️ Backend for Food Delivery App

It provides the necessary APIs and functionality to power the mobile application. ➡️ Food Delivery Server

🚀 Getting Started

  1. Clone the repository
git clone https://github.com/mdossantosdev/food-delivery-app.git
  1. Go into food-delivery-app
cd food-delivery-app
  1. Install dependencies
npm install
  1. Rename the .env.sample file to .env and fill it
cp .env.sample .env
BASE_URL=http:https://localhost:8000/api/v1
  1. Start the project
expo start

© License

This project is licensed under the MIT License.