Food Order is a React application which users can log in and order their food by browsing in categories, areas and random meal. Users can simply choose meals and add to their cart
Food Order fetches its data from the [TheMealDB](https://themealdb.com/) API.
To consistently persist data across browser refreshes, Order Food stores the redux store on the browser's localStorage to ensure that there is no data lost & increase the performance on every re-render.
You can clone the project on your local machine by running:
git clone https://github.com/reza899/food-order.git
then:
cd food-order
npm install
you can view the project live by runnig yarn start
or npm start
for production release/deployment run npm run build to bundle a minified version of the code.
- Purchase History
- UI Improvement
Contributions, issues and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!