nyannss / jokopi-react

An open source coffee shop order website app using create react app.

Home Page:https://jokopi-react.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tech Stack

jokopi - Example App

Open Source. Front-end.

Demo · Related Projects · Request Feature

Table of Contents

Overview

jokopi is a complete open-source app coffee shop ordering.

This is an example application that shows how jokopi is applied to a react app.

Build using create react app.

You can build it by yourself

Features

  • Login, Register, Forgot Password, Logout
  • Profile
  • History Order
  • Products (Search, Sort, Filter)
  • Cart
  • Transactions
  • Admin Dashboard
  • Manage Order (Admin)
  • etc.

Tech Stack

Getting Started

Prerequisites

You need to install some software to run this project

  • Node.js (LTS version recommended, 14 or newer)

Installation

  1. Clone this repository to your local

    git clone https://github.com/nyannss/jokopi-react.git
  2. Change current directory

    cd jokopi-react
  3. Install dependencies

    If you using npm

    npm install

    If you using yarn

    yarn
  4. Setup environment

    REACT_APP_BACKEND_HOST = (your rest api host)
    REACT_APP_WEBSITE_NAME = (your project name)
  5. Running app

    npm start

Screenshots

Resources

Special thanks for providing resources such as icons and images.

If there are resources that belong to you, please let me know, I will write it here.

Related Projects

License

This project is licensed under the ISC License. See the LICENSE file for details.

Report Bug

Any error report you can pull request or contact: nyannss@proton.me

About

An open source coffee shop order website app using create react app.

https://jokopi-react.vercel.app

License:ISC License


Languages

Language:JavaScript 99.3%Language:HTML 0.5%Language:CSS 0.2%