Skip to content

apoprzenovic/pu-client

Repository files navigation

🥞 Pancakes Unlimited Client

Description

This is the client-side application for the Pancakes Unlimited project. It's a React-based web application designed for managing and ordering pancakes efficiently. The app includes features like inventory management, order creation, and user authentication.

Server Connection

To ensure full functionality of this client application, it must be connected to the Pancakes Unlimited Server. Make sure the server is running and exposed at port 8000. For more information on setting up and running the server, please refer to the server's README documentation.

Getting Started

Prerequisites

  • Node.js
  • npm (Node Package Manager)
  • Pancakes Unlimited Server running on port 8000

Installation

  1. Clone the repository:
    git clone https://github.com/apoprzenovic/pancakes-unlimited-client.git
    
  2. Navigate to the project directory:
    cd pancakes-unlimited-client
    
  3. Install the dependencies:
    npm install
    

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser. The page will reload when you make edits. You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified, and the filenames include the hashes. Your app is ready to be deployed!

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Features

  • User Authentication (Login/Signup)
  • Inventory Management
  • Order Creation and Management
  • Responsive Design using Tailwind CSS and Flowbite

About

Access the pancakes unlimited server here: https://github.com/apoprzenovic/pu-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published