An open API service indexing awesome lists of open source software.

https://github.com/mehtadigisha/food-ordering

A React built web app where users can order food, add to cart from delivery restaurant. And also user can see the food's calories
https://github.com/mehtadigisha/food-ordering

css react-components react-hooks react-router-dom reactjs reactstrap redux-toolkit

Last synced: 3 months ago
JSON representation

A React built web app where users can order food, add to cart from delivery restaurant. And also user can see the food's calories

Awesome Lists containing this project

README

          

## Food Ordering App

### Features:

---

##### Here's features included in this project

- Add to cart functionality
- Shopping cart functionality
- Product Filtering functionality
- Product page
- Cart and checkout page
- Contact page
- Login and Register page
- Awesome modern minimalist UI

### Technologies Used:

---

1. React.js
2. Redux Toolkit
3. ReactStrap
4. CSS

### How to start?

---

##### To start the project along with me just download the start-up file and run available script

```javascript
// first install all necessary dependencies

npm i

// next run

npm start

```