DEV Community

MEOW
MEOW

Posted on • Originally published at reactjsexample.com on

A Food Ordering Website created with React.js

Food Ordering Website

A Food Ordering Website created with React.js

Welcome to the Food Ordering Website project! This is a mini project created with React.js, Redux,Html and CSS for ordering food online. The website includes features such as user authentication, a home page with a menu, category pages, detailed food pages, a user profile, and a shopping cart.

Screenshots

Login Page

A Food Ordering Website created with React.js

Register Page

A Food Ordering Website created with React.js

Home Page

A Food Ordering Website created with React.js

A Food Ordering Website created with React.js

A Food Ordering Website created with React.js

A Food Ordering Website created with React.js

Category Page

A Food Ordering Website created with React.js

Single Food Page

A Food Ordering Website created with React.js

Profile Page

A Food Ordering Website created with React.js

Cart Page

A Food Ordering Website created with React.js

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:

Technologies Used

  • React.js
  • Redux
  • Html
  • CSS

GitHub

View Github

Top comments (2)

Collapse
 
umesh_joshi_110aab486f6d2 profile image
Umesh Joshi

github link is not working , can you please updated it .
Thanks

Collapse
 
mohammadtaseenkhan profile image
MEOW

GitHub logo Jeniya14 / React-food-project

Food Ordering Website project created with React.js, Redux, Html and CSS for ordering food online. The website includes features such as user authentication, a home page with a menu, category pages, detailed food pages, a user profile, and a shopping cart.

Food Ordering Website

Welcome to the Food Ordering Website project! This is a mini project created with React.js, Redux,Html and CSS for ordering food online. The website includes features such as user authentication, a home page with a menu, category pages, detailed food pages, a user profile, and a shopping cart.

Screenshots

Login Page

Login Page

Register Page

Register Page

Home Page

Home Page

Home Page

Home Page

Home Page

Category Page

Category Page

Single Food Page

Single Food Page

Profile Page

Profile Page

Cart Page

Cart Page

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…