Skip to content

Dot Foodies is restaurant mobile app developed in React Native

Notifications You must be signed in to change notification settings

maduranjana/dot-foodies-react-native-app

 
 

Repository files navigation

Dot Foodies (Restaurant App)

React Native Reastaurant App

I'm trying to understand the best way to build React Native apps.

Screenshots

Splash

Sign In

Sign Up

Home

Category

Single Product

Empty Cart

Cart

Checkout

Order

My Order

Menu

Home Dark Mode

Menu Dark Mode

Empty Cart Dark Mode

Emtpy Search

Android

  • Install nvm and node-12.16.3
  • Install dependencies: npm install
  • Run it: expo start --android

iOS

In the root directory

  • Install dependencies: npm install

In the ios directory

  • Install Pods: gem install cocoapods
  • Install Pods: pod install
  • Install xcpretty: gem install xcpretty
  • Run it: expo start --ios

Server

There is a server that the app hits for data. The data is only stored in memory, but it should produce a more realistic environment.

In the server directory

  • Install nvm and node-12.16.3
  • Install dependencies: npm install
  • Run it: expo start

About

Dot Foodies is restaurant mobile app developed in React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%