Skip to content
/ fda Public

This is a React Native mobile application UI for a food delivery service.

Notifications You must be signed in to change notification settings

Sahil-14/fda

Repository files navigation

React Native Food Delivery Application UI

This is a React Native mobile application UI for a food delivery service.

Table of Contents

Installation

Before you can run the application, you need to install some dependencies.

Prerequisites

  • Node.js (version 12 or newer)
  • React Native CLI (command-line interface)
  • Xcode (for iOS development)
  • Android Studio (for Android development)

Instructions

  1. Clone the repository to your local machine: git clone https://github.com/example/example.git
  2. Change into the project directory:
  3. Install the dependencies:
  • npm install
  1. If you're using iOS, run the following command to install the iOS dependencies:
  • npx pod-install ios

  1. Start the application:
  • If you're using iOS, run the following command to start the iOS simulator:

    npx react-native run-ios

  • If you're using Android, run the following command to start the Android emulator:

    npx react-native run-android

Deployment

To build the application for deployment, run the following command:

npm run build

contribution

To contribute to this project, follow the steps below:

  1. Fork the repository.
  2. Create a new branch:
  • git checkout -b <branch-name>

  1. Make your changes and commit them:
  • git commit -m "<commit-message>"

  1. Push your changes to the branch:
  • git push origin <branch-name>

  1. Create a pull request on the original repository.

Screens

Screen Description
Onboarding screens Welcome screens for new users that guide them through the basic features and benefits of the application.
Registration screen A screen where users can sign in to their accounts or create new accounts.
OTP verification A screen where users can enter the one-time password they receive via SMS or email after signing up.
Home screen The main screen of the application where users can browse different restaurants and their menus.
Product screen A screen that displays detailed information about a specific product reviews, and photos.
Cart screen A screen where users can view and edit the items they have added to their cart.
Checkout screen A screen where users can confirm their order and enter their payment and delivery details.
Payment screen A screen where users can select a payment method and complete their order.
Order status screen A screen where users can view the status of their current and past orders, including estimated delivery times and order tracking.
Voice command screen A screen which contains list of all command for navigation

Onboarding Screens

Registration Screens

OTP verification Screen

Home Screen

Voice command Screen

Cart Screen

Product Detail Screen

Payment Screens

Checkout Screens

Delivary Status Screens

Releases

No releases published

Packages

No packages published