Experience a whole new way of getting your favorite food – where tech and taste come together like never before!
Combined React Native, TailwindCSS, and Redux to create something truly special. And now, we've added the magic of Sanity's content cloud to the mix.
🍔 Ordering Made Easy: Craving something delicious? This app, built with React Native, lets you browse restaurants and customize your order without any fuss.
💼 Looks Great, Feels Great: Thanks to TailwindCSS, the app not only looks amazing but also works smoothly on your device. It's like a perfect match!
🛒 Orders Managed Right: Redux takes care of your orders, making sure everything goes smoothly from start to finish.
🌩️ Supercharged by Sanity: Now, with Sanity's content cloud, the app is even cooler. You'll get more dynamic and exciting content to enjoy.
Clone the repository: git clone https://github.com/SadafAsad/DeliveryApp.git
Navigate to the project directory: cd DeliveryApp
Install dependencies: npm install
expo start
Note: Simulate on an iOS device. The library used for showing map is not compatibale with web.
To resolve the use process(css).then(cb) to work with async plugins error:
Downgrade to tailwindcss 3.3.2 and make sure package-lock looks like this:
"tailwindcss": "^3.3.2"
"nativewind": "^2.0.11"
Thanks to Sonny Sangha for providing inspiration and code snippets