Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Food

Demo App

This repository contains a static React Native app frontend for a food-related experience. It does not include a backend service in this repository, so you must provide your own API keys and services where required.

Important note about Google Maps

This project uses Google Maps features, but the repository currently includes placeholder values instead of a real key. If you want the map features to work, you must add your own Google Maps API key in the following files:

In both files, replace the placeholder value with your own valid Google Maps API key.

Project setup

  1. Install dependencies:

    cd app
    npm install
  2. Start Metro:

    cd app
    npm start
  3. Run the app:

    Android:

    cd app
    npm run android

    iOS:

    cd app
    npm run ios

Notes

  • This app is intended to be configured locally by the user.
  • For production use, make sure you rotate and protect your own Google Maps API key.
  • Keep secrets out of Git history and use environment-based configuration when possible.

About

Food is a React Native food delivery app (static demo) where ordering, tracking, and payments are UI-only. With backend integration, it becomes fully functional for users.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages