Pizza ordering website.
The pizza ordering application facilitates user interaction with a dynamic menu to select and place orders conveniently. It offers users the ability to specify pizza quantity, adjust quantities as desired, and express priority preferences for their orders. Automatic location detection expedites the ordering process. The application operates on a simplified model, devoid of user accounts and login requirements. Instead, users provide their names upon initiating app usage. Menu information is retrieved from an API, ensuring seamless updates to the menu contents.
To install this App follow the instructions below.
npm and nodejs should be installed on your system.
- to clone the repository run the following command
git clone https://github.com/abdalhamedemad/Fast-Pizza-Co..git
- to install the dependencies run the following command
npm install
- to start the app run the following command
npm run dev
End with an example of getting some data out of the system or using it for a little demo.
after starting the app you can access the app on the following url
http://localhost:5173
- React - Web Framework
- Vite - Build Tool
- React-Query - Data Fetching Library
- React-Router - Routing Library
- TailwindCSS - CSS Framework
- Redux - State Management Library
- Redux-Toolkit - State Management Library
This project is licensed under the MIT License - see the LICENSE.md file for details.