Fast React Pizza 🍕 (Live Server)
Pick pizza you want, make order and track progress!
React third-party packeges:
- Clone the repository
$ git clone https://github.com/AbdelrahmanTolba/Fast-React-Pizza.git
- Navigate to repository directory
$ cd Fast-React-Pizza
- Install dependencies
$ npm install
- Run Localy
$ npm run dev
- Make order by complete form with phone, address (possible to use geolocation).
- Add order to priority queue by paying extra money.
- Application uses backend service to fetch and post data (remote state).
- That remote state manage by react router data loading feature ("rendre as you fetch") and router action to post data to remote api.
- Global UI state manage be redux-toolkit, split global state on slices.
- Styling: Tailwindcss, responsive design (mobile first).