Responsive food ordering app for both Customers and Store members
- pull this repository to local computer or download it as a zip file
- type "npm i" in the command line to install all dependencies
- "npm run dev" in the command line to run development
- "npm run build" in the command line to initiate the build process
https://foodfusionapp.netlify.app
-
Food categories: Pizza, Pasta and Mediterranean food beautifully displayed with photos and ingredients descriptions for a user-friendly experience
-
Accounts functionality: creating accounts and logging-in as either:
- ADMIN - to add or edit products and review existing orders etc.
- CUSTOMER - to order products from the menu and get answers to frequently asked questions
-
Responsive design - styled components with media queries + CSS best practices to look and feel intuitive on mobile, tablet and desktop screens
- Framework / Library: React.js
- CSS: Styled Components + Vanilla CSS
- Page Routing: React Router
- State management: ReactQuery + Supabase, Redux toolkit + React