- React Native
- TypeScript
- Expo
- React Navigation
- Redux Thunk
- Authentication (Register, Login & OTP)
- Listing Restaurant and Available Foods
- Search Foods
- Food and Restaurant Details
- Place and track orders
- Order Listing and Details
- Listing and apply Offers
- Logout
- Bottom Tab Navigation
- Payment Stripe
It provides the necessary APIs and functionality to power the mobile application. ➡️ Food Delivery Server
- Clone the repository
git clone https://github.com/mdossantosdev/food-delivery-app.git
- Go into food-delivery-app
cd food-delivery-app
- Install dependencies
npm install
- Rename the .env.sample file to .env and fill it
cp .env.sample .env
BASE_URL=http://localhost:8000/api/v1
- Start the project
expo start
This project is licensed under the MIT License.