ARPS:
A trial mobile application for managing canteen orders, menus, and user interactions, built with React Native. This app demonstrates a basic canteen workflow including browsing menu, placing orders, order tracking, and more.
- Browse Menu: View all available canteen items with detailed information.
- Place Orders: Select items and place orders directly from the app.
- Order Tracking: Track the status of your order in real-time.
- User Authentication: Sign up and log in securely.
- Order History: View past orders and reorder easily.
- Notifications: Receive updates on order status and offers.
- Admin Panel (if implemented): Manage menu items, categories, and see order analytics.
- Cart Management: Add, remove, and edit items in cart before checkout.
https://drive.google.com/file/d/1J1i7-Ezdbi8xhfaJpb_vi9RYgQ9jAGbD/view?usp=drivesdk
https://appetize.io/app/b_vbrq2hacm2cze2owt2hjjjm6xe
Follow these instructions to set up and run the project locally.
- Node.js (v16 or later)
- npm or yarn
- Expo CLI (if using Expo)
Install with:npm install -g expo-cli
- Git
-
Clone the repository
git clone https://github.com/rohanb1022/Canteen_Web.git cd Canteen_Web -
Install dependencies
npm install # or yarn install -
Set up environment variables
(If your app uses any environment variables, create a.envfile and add the required keys.)
- Start the development server:
npx expo run
- Scan the QR code with the Expo Go app on your Android/iOS device, or run on an emulator:
- Press
ato run on Android emulator - Press
ito run on iOS simulator (macOS only)
- Press







