8000 GitHub - AnnaBaraulina/react-burger: Stellar Burger website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AnnaBaraulina/react-burger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cosmic Burger Website

This project is a cosmic burger joint's website where users can customize and build their own burgers using a wide range of provided ingredients. The burger constructor calculates the total cost of the order and displays a pop-up message with the order number and details. Additionally, the website features a personal account section that is accessible only to authorized users. Within the account section, users can edit their personal information and view the history of all their previous orders.

The website is built using React and is connected to an API and WebSocket. The authentication process is implemented using tokens and cookie installation.

Features

Burger Customization: Users can select from a variety of ingredients to build their perfect burger.
Order Calculation: The website's burger constructor calculates the total cost of the customized order.
Order Confirmation: Users receive a pop-up message with their unique order number and details after placing an order.
Personal Account: Authenticated users have access to a personal account section.
Personal Information Editing: Users can modify their personal information within the account section.
Order History: The account section displays a comprehensive history of all previous orders.

Technologies Used

React: JavaScript library for building user interfaces.

API Integration: Connects the website to an API to retrieve and store data.

WebSocket: Enables real-time communication between the website and server.

Token-Based Authentication: Secures the authentication process using tokens.

Cookies: Stores user authentication data for seamless access to the personal account.

We hope you enjoy customizing your cosmic burgers on our website! Feel free to explore the different ingredients and create the burger of your dreams. If you have any questions or feedback, please don't hesitate to contact us. Happy burger building!

Note: This description is for illustrative purposes only and may not reflect the actual implementation details.

0