react_native/donutshop
2024-07-28 13:06:24 -05:00
..
app updated index page 2024-07-27 17:58:20 -05:00
assets/fonts initial commit 2024-07-22 22:03:28 -05:00
scripts initial commit 2024-07-22 22:03:28 -05:00
.gitignore updated gitignore 2024-07-22 22:06:01 -05:00
app.json initial commit 2024-07-22 22:03:28 -05:00
babel.config.js initial commit 2024-07-22 22:03:28 -05:00
package-lock.json created payment page and their functionality 2024-07-26 16:20:39 -05:00
package.json created payment page and their functionality 2024-07-26 16:20:39 -05:00
README.md updated README.md 2024-07-28 13:06:24 -05:00
tsconfig.json initial commit 2024-07-22 22:03:28 -05:00

Donut Shop Application with React Native

This project is a donut shop mobile application, where users can search for the list of donuts of your choice, and add to you favorite list. Users can also place the order and get a receipt through this mobile application.

To start the project

  • Download Expo Go on your device to launch the project.
  • To start the project, run this command in your terminal npx expo start --tunnel
  • Scan the QR code that shows in your terminal.
  • For more information about Tunneling, please read Expo.