Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bentonfraizer/react-burger
https://github.com/bentonfraizer/react-burger
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bentonfraizer/react-burger
- Owner: BentonFraizer
- Created: 2024-03-13T19:21:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:05:08.000Z (9 months ago)
- Last Synced: 2024-04-14T02:24:05.323Z (9 months ago)
- Language: TypeScript
- Size: 381 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stellar Burger
### About project
"Stellar Burger" is a website for ordering the most delicious burgers in the universe!
The website allows to:
- **register** and **log in** to the website;
- **correct** your profile data;
- **add** buns and ingredients into burgers constructor using **drag-n-dron**;
- **watch** ingredient information in modal window. (Without gh-pages you could open modal, reload page and see the modal again);
- **watch** last 50 orders of all website users by **WebSocket** in realtime;
- **use** routes for authenticated and unauthenticated users. Try to make order!;
- **make** orders;
- **watch** all new orders on a feed page by **WebSocket** in realtime;---
## [Check the demo of Stellar Burger](https://bentonfraizer.github.io/react-burger/)### Stack
- react
- redux
- react-router
- react-hooks
- react-dnd
- websocket
- typescript### ⚙️ How To Run Locally
1. clone repo with:
```
git clone https://github.com/BentonFraizer/react-burger.git
```
2. go into the project folder with:
```
cd react-burger/
```
3. install all dependencies with:
```
npm install
```
4. run in the **dev** mode with:
```
npm run start
```
5. click to the link: http://localhost:3000/react-burger