Skip to content

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

License

Notifications You must be signed in to change notification settings

nyannss/jokopi-react

Repository files navigation

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: [email protected]

Releases

No releases published

Packages

No packages published

Languages