reza899 / food-order

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

Home Page:https://food-order.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://food-order.pages.dev/


Languages

Language:TypeScript 96.8%Language:HTML 2.2%Language:CSS 1.0%