Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apoprzenovic/pu-client
Access the pancakes unlimited server here: https://github.com/apoprzenovic/pu-server
https://github.com/apoprzenovic/pu-client
Last synced: 13 days ago
JSON representation
Access the pancakes unlimited server here: https://github.com/apoprzenovic/pu-server
- Host: GitHub
- URL: https://github.com/apoprzenovic/pu-client
- Owner: apoprzenovic
- Created: 2023-10-24T20:37:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-23T03:09:28.000Z (about 1 year ago)
- Last Synced: 2024-11-15T14:14:16.421Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π₯ 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](https://github.com/apoprzenovic/pu-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](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