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.
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.
- Node.js
- npm (Node Package Manager)
- Pancakes Unlimited Server running on port 8000
- Clone the repository:
git clone https://github.com/apoprzenovic/pancakes-unlimited-client.git - Navigate to the project directory:
cd pancakes-unlimited-client - Install the dependencies:
npm install
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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!
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.
- User Authentication (Login/Signup)
- Inventory Management
- Order Creation and Management
- Responsive Design using Tailwind CSS and Flowbite