Skip to content

A React.js and Redux-based mini project for online food ordering, featuring user authentication, category-wise menus, detailed food pages, and a dynamic shopping cart. Simplified for learning and showcasing modern web development practices.

Notifications You must be signed in to change notification settings

Jaya8277/Food_Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food Ordering Website

The Food Ordering Website is a mini project built with React.js and Redux, designed for online food ordering. It features user authentication, a home page with a menu and categories, detailed food pages, a user profile, and a shopping cart. Users can register, log in, view/edit profiles, and manage their cart with Redux for state management. The project showcases modern web development practices for a seamless user experience.

Screenshots

Login Page

image

Register Page

image

Home Page

image

Category Page

image

Single Food Page

image

Profile Page

image

Cart Page

image

Features

  • User Authentication: Users can register and log in with validation. User data is stored in local storage for simplicity in this mini project.

  • Home Page: The home page includes a top menu, an image slider for ads, and categories of food.

  • Category Page: Each category has its own page with a list of foods related to that category.

  • Single Food Page: Clicking on a food item in a category navigates the user to a detailed page about that specific food.

  • Profile Page: Users have a profile page where they can view and edit their personal information.

  • Cart Page (Redux): The cart page is implemented with Redux, allowing users to perform the following actions:

    • Add items to the cart
    • Delete items from the cart
    • Clear the entire cart
    • Adjust item quantities with a responsive total

Technologies Used

  • React.js
  • Redux

About

A React.js and Redux-based mini project for online food ordering, featuring user authentication, category-wise menus, detailed food pages, and a dynamic shopping cart. Simplified for learning and showcasing modern web development practices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published