POS Café is a Point of Sale (POS) system for managing sales and orders in a café. It allows users to handle orders, manage the menu, process payments, and view reports.
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 changes.
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.
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.
- Manage Orders
- View Menu and Items
- Process Payments
- Generate Reports
- public/: Contains static files like
index.html. - src/: Contains all source files like components, services, etc.
- components/: Reusable UI elements like buttons, headers.
- pages/: Main views/screens like "Home", "Orders", "Payments".
This project uses:
- React for the UI.
- React Router for navigation.
- Redux for state management (optional).
- Axios for making HTTP requests.
-
Clone the repository:
git clone https://github.com/ELABDERRAHMAN/ABDO.git -
Navigate to the project directory:
cd pos-cafe -
Install the dependencies:
npm install -
Run the development server:
npm start
Voici le lien vers les maquettes des fonctionnalités principales de l'application :
POS Café Wireframes sur Figma
Voici la hiérarchie des dossiers pour ce projet React :
