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
- Host: GitHub
- URL: https://github.com/mehtadigisha/food-ordering
- Owner: mehtadigisha
- Created: 2024-06-18T07:17:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T10:59:57.000Z (over 1 year ago)
- Last Synced: 2025-03-20T00:58:43.251Z (7 months ago)
- Topics: css, react-components, react-hooks, react-router-dom, reactjs, reactstrap, redux-toolkit
- Language: JavaScript
- Homepage: https://ordertakeout.netlify.app
- Size: 29.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 dependenciesnpm i
// next run
npm start
```