Live Preview of the App : https://foodie-app-react.netlify.app/
This is a web-based food delivery application frontend project built using React and Redux. The app allows users to browse a list of food items from their menus, place orders for food items, and track the status of their orders.
- Users can browse a list of food items from their menus
- Users can add items to their cart and place orders
- React
- Redux
- Firebase
/src
- contains the source code for the app/store
- Redux store/components
- React components/assets
- Assets for the projects contains images- Fork the repository
- Create a feature branch:
git checkout -b my-new-feature
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Create a pull request
If you would like to contribute to this project, please follow these steps: