Skip to content

Commit a17415e

Browse files
chore: add readme
1 parent b8ab428 commit a17415e

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# 🍕 pizza.shop Web
2+
3+
![project-cover](/docs/images/cover.png)
4+
5+
Food delivery app (aka. iFood/Uber Eats) front-end built with TypeScript, React, React-Query, TailwindCSS and Shadcn UI
6+
7+
8+
## Running
9+
10+
```sh
11+
pnpm install
12+
pnpm run dev:test
13+
```
14+
Open [http://localhost:5173](http://localhost:5173) with your browser to see the result.
15+
16+
## Features
17+
18+
> The **summary** of the features are listed below. All the features contains E2E tests.
19+
20+
- it should be able to register a new restaurant
21+
- it should be able to sign in as a restaurant manager
22+
- it should be able to register as a new customer
23+
- it should be able to crete an order to the restaurant
24+
- it should be able to manage the restaurant menu
25+
- it should be able to manage the restaurant evaluations
26+
- it should be able to leave an evaluation
27+
- it should be able to manage the restaurant orders
28+
- it should be able to update the restaurant public profile
29+
- it should be able to open/close the restaurant
30+
- it should be able to list metrics from the restaurant

docs/images/cover.png

85.3 KB
Loading

0 commit comments

Comments
 (0)