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:
- Created
Product Detail Screen
- Created
HomeScreen
- Initial setup of the app
- Added basic burger ordering functionality
To set up and run the project, follow the instructions below.
Run the following command to install the project dependencies:
npm install
To serve the app in development mode, use:
npx nx serve BiteBuddy
npx nx serve api
To create a production bundle, run:
npx nx build BiteBuddy