In this mobile application developed with React Native, we can order different types and quantities of dishes from a restaurant, and we are notified when the order is ready to receive it.
Here you can check the web application to manage the orders and dishes.
- Built with React 17
- Using React Navigation
- State management with Context
- Environment Variables handling
- Stylized with NativeBase
- Powered by Firebase
git clone https://github.com/francijpg/rn-restaurant-app.git
yarn install
- Create and fill .env file (equal to .env.example file)
npm run ios
|npm run android