/food-ordering-app-fe

This Pixelpalate app is a food ordering and management app where can order your favourite food and track the order details.

Primary LanguageJavaScript

This Pixelpalate app is a food ordering and management app where user can order their favourite food and track the order details.Admin can also manage food dishes and users by adding,deleting and updating.All axios CRUD operations are performed.

1.Users can register and login through the website by using the Login option.

2.Users can view the homepage where they can see hot dishes ,favorite dishes and special category of the month and also foods to the cart.

3.Menu option displays the various categories and all food dishes and can add to cart.

4.Cart page displays items you have added to the cart,user can change quantity or remove the dish and can see order details like total items ,subtotal ,delivery charges and total and proceed for checkout.User can only proceed for checkout after they logged in.

5.In checkout page , user can see order details,address. user can change the address and find their location(click on find your location) in map and proceed to Go to Payments.

6.In payments yopu can proceed with payments where it provides different payment options like Paypal. Note: You can use paypal developer dashboard Sandbox ( https://developer.paypal.com/dashboard/ ) -->Testing tools --> Sandbox Accounts --> and can select any account and provide testing email and password.

7.After Successfull payment user can view order id and order details.

8.Click on profile picture for profile,orders and signout options. Only Admin users can see dashboard option.

9.In Profile option users can change their details and also can reset their password.

10.Order page displays the orders they place and show the status. users can also filter their orders by using status filters.

11.User can logout using logout option.

12.To view the dashboard you need to be an admin . Admin account (test@gmail.com/test1234)

13.In admin dashboard, admin can view reports,manage foods and users.

14.In Dashboard, dashboard page admin can view thier reports,sales and category wise charts.

15.In Foods, admin can view all dishes , edit and delete a dish and also admin can dishes by add food option.

16.In uses, admin view all users and their details can edit or block the user and also make any user an admin

Screenshot 2024-04-06 055958 Screenshot 2024-04-06 060015 Screenshot 2024-04-06 060055 Screenshot 2024-04-06 060117 Screenshot 2024-04-06 060233 Screenshot 2024-04-06 060543

Screenshot 2024-04-06 060625

Screenshot 2024-04-06 060709

image

image

image

image

image

Screenshot 2024-04-07 064734 Screenshot 2024-04-07 064822 Screenshot 2024-04-08 014620 Screenshot 2024-04-08 014745

image

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify