Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.19 KB

Food-Order

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.

Live Demo

Food-Order

Project Setup

You can clone the project on your local machine by running:

git clone https://github.com/reza899/food-order.git then: cd food-order

install all dependencies by running:

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.

Todo Checklist

  • Purchase History
  • UI Improvement

🤝 Contributing

Contributions, issues and feature requests are welcome! Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!