jokopi is a complete open-source app coffee shop ordering.
This is an example application that shows how jokopi
is applied to a react native app.
You can build it by yourself
- Login, Register, Forgot Password, Logout
- Profile
- History Order
- Products (Search, Sort, Filter)
- Cart
- Transactions
- Admin Dashboard
- Manage Order (Admin)
- Notification (Remote)
- React Native
- Redux & Redux Persist
- Async Storage
- Notifee
- React Navigation
- Nativewind & TailwindCSS
- Nativebase
- Firebase Messaging
- etc.
You need to install some software to run this project
- NodeJS (LTS version recommended, 14 or newer)
- Android Studio
- Java Development Kit (version 11 recommended)
- For more details, see install guide...
-
Clone this repository to your local
git clone https://github.com/nyannss/jokopi-react-native.git
-
Change current directory
cd jokopi-react-native
-
Install dependencies
If you using npm
npm install
If you using yarn
yarn
-
Setup environment
APP_HOST = (your rest api host)
-
Running app
-
Start Metro
npx react-native start
-
Start app
npx react-native run-android
-
Wanna see more? click here
- jokopi-express - Rest API
- jokopi-react - Web Application
This project is licensed under the ISC License. See the LICENSE file for details.
Any error report you can pull request or contact: nyannss@proton.me