-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
# Check Out Frontend | ||
# Check this Frontend out! 👀 | ||
> Check Out! You can get your personalized outfit from our AI stylist 🌊 | ||
![Service main page UI](https://github.com/Hot-Spicy-Buffalo-Wing/check-out-fe/assets/42310616/1f07584a-754e-45bd-87a0-b457bd330185) | ||
> Check Out! You can get your personalized outfit from AI stylist 🌊 | ||
|
||
### Frontend Development Initialization | ||
--- | ||
|
||
### 1. Frontend Development Initialization | ||
- install dependencies with `yarn` | ||
- run the code with `yarn dev` | ||
|
||
### Frontend Tech Stack | ||
### 2. Frontend Tech Stack | ||
- Vite + React + Typescript | ||
- Adopted [Mantine](https://mantine.dev/) UI system | ||
|
||
### UI Flow | ||
### 3. UI Flow | ||
``` | ||
Landing page |- Sign up page | ||
|- Sign in page |- Main page |- Post list page |- Post create page | ||
|- Post detail page | ||
``` |