Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.19 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.19 KB

BiteBuddy

Introduction

I created this app in just a few hours to test my skills in React Native. It's still under development, and I'm building an easy-to-use burger app for ordering food. Below are some screenshots of the app in action.

Screenshots:

Screenshot 1 Screenshot 2 Screenshot 3

Changelog

Version 0.0.1

  • Created Product Detail Screen
  • Created HomeScreen
  • Initial setup of the app
  • Added basic burger ordering functionality

Installation

To set up and run the project, follow the instructions below.

Install dependencies

Run the following command to install the project dependencies:

npm install

Run the app

To serve the app in development mode, use:

npx nx serve BiteBuddy
npx nx serve api

Build the app

To create a production bundle, run:

npx nx build BiteBuddy