Skip to content

rahmat-dev/kedaikito-client

Repository files navigation

KEDAIKITO

KedaiKito adalah aplikasi yang menyajikan daftar menu dari restoran KedaiKito untuk memudahkan pelanggan dalam melakukan pemesanan makanan & minuman.

Important

This project is still on very early development stage. If you want to use for production, use it with your own risk. More feature coming soon.

Screenshots

KedaiKito Splash KedaiKito Choose Table KedaiKito Choose Menu KedaiKito Detail Order KedaiKito View Bill KedaiKito Order Done

Features

  • Choose Table
  • Choose Menu
  • Filter By Category
  • Order Food/Drink
  • Bill Transaction

Why KedaiKito

  • a simple application with powerful features
  • It's React Native, so it support android & iOS by default
  • Simple code, so you can easly contribute on it
  • Express is one of the most starred javascript framework, and it is very easy to use

Tech Stack

Adapun stack yang digunakan dalam pembuatan aplikasi KedaiKito antara lain :

Front-End

  • React Native
  • React Navigation
  • React Redux
  • Native Base
  • React Native Paper

Back-End

  • ExpressJS

Database

  • MySQL

Prerequisites

Installation & Configuration

follow these steps to install

Frontend

git clone https://github.com/rahmat-st/kedaikito-client
cd kedaikito-client
npm install
npm start
react-native run-android #for android
react-native run-ios #for ios

Set API_URL in /src/config.js file as your expressUri

API_URL=http://YOUR_IP_ADDRESS:YOUR_PORT

Backend

git clone https://github.com/rahmat-st/kedaikito-server
cd kedaikito-server
npm install
npm install nodemon -D
npm start

Support We :)

Contact

Download App (Demo usage only)

download

My Presentation

download

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published