Skip to content

A React native food delivery application brings delicious food from your favorite local restaurant to your door. Credit card payment implemented with Stripe.

Notifications You must be signed in to change notification settings

Seundede/Mobile-meal

Repository files navigation

Mobile Menu

A React native food delivery application brings delicious food from your favorite local restaurant to your door. Credit card payment implemented with Stripe.

video_readme.mp4

Technology stack

  • React Native
  • Expo
  • Redux
  • Sanity
  • JavaScript
  • Firebase
  • Tailwind

Dependencies

  • React navigation
  • Stripe
  • React native animatable
  • React native heroicons
  • React native safe area context

Getting started

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

Prerequisites

The following softwares are required on your system

  • Node
  • Npm
  • Expo
  1. Clone the repository
 git clone https://github.com/Seundede/Mobile-meal.git
 cd Nextjs Mobile-meal
  1. Install the dependencies
  npm install
  1. Create a new Firebase project and fill the required information in firebase.js file
  apiKey: "",
  authDomain: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: "",
  1. Create a .env file and input the Stripe secret and publishing key
  STRIPE_SECRET_KEY=sk_test_
  STRIPE_PUBLISHABLE_KEY=pk_test_
  1. Run the React native application
  expo start 
  1. Run the application on an iOS simulator
  npm run ios
  1. Run the application on an android simulator
  npm run android

image_readme

About

A React native food delivery application brings delicious food from your favorite local restaurant to your door. Credit card payment implemented with Stripe.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published