Skip to content

Order food is a React application which users can log in and order their food by browsing in categories, areas and random meal.

Notifications You must be signed in to change notification settings

reza899/food-order

Repository files navigation

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!

About

Order food is a React application which users can log in and order their food by browsing in categories, areas and random meal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published