Welcome to the Restaurant POS project! This React Native app is designed to streamline restaurant management with an efficient point-of-sale system.
Check out the demo video of our Restaurant POS app:
Here are some screenshots of the app in action:
To get started with this project, follow these steps:
Make sure you have completed the React Native - Environment Setup instructions up to the "Creating a new application" step before proceeding.
Clone this repository to your local machine:
git clone https://github.com/pranavchaitu/pos-system.git
cd restaurant-pos
npm install / yarnFrom the root of the cloned repository, install the required dependencies:
# using npm
npm install
# OR using Yarn
yarn installStart Metro, the JavaScript bundler that ships with React Native:
# using npm
npm start
# OR using Yarn
yarn startLet Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project and run the following command to start your Android or iOS app:
# using npm
npm run android
# OR using Yarn
yarn androidFor iOS
# using npm
npm run ios
# OR using Yarn
yarn iosAll set.