Skip to content

Commit 866b826

Browse files
committed
[promote-production]: May 3, 10:50 AM (#24)
* [Client]: Refactoring Register UI & Adding more UI components (#17) * [client]: refactoring register ui * Add Zustand state management library * [Client]: Adding more UI components (#19) * Update README.md * fixing build issues * Update README.md * [Client]: UI Adjustments (#21) * [client]: integrating sign-in with api (#22) * Update README.md
1 parent e7cd01c commit 866b826

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,19 @@
2323
## Screenshots
2424

2525
#### Sign In
26+
2627
<img width="1512" alt="image" src="https://github.com/drbarzaga/JobPortal/assets/12173976/676ddd8e-f9bb-4fc1-810f-fcde07817348">
2728

2829
#### Sign Up
30+
2931
<img width="1512" alt="image" src="https://github.com/drbarzaga/JobPortal/assets/12173976/818dc01f-7915-42da-914c-2b011bcbfa60">
3032

3133
#### Forgot Password
34+
3235
<img width="1512" alt="image" src="https://github.com/drbarzaga/JobPortal/assets/12173976/362e5330-e25b-4591-a1f1-20c87a7d4836">
3336

3437
#### Home Page as Guest
38+
3539
<img width="1512" alt="image" src="https://github.com/drbarzaga/JobPortal/assets/12173976/42526467-2b0a-4138-b0aa-f546d4735004">
3640

3741
## Tech Stack
@@ -91,14 +95,17 @@ docker-compose up
9195
```
9296

9397
### 3. Running locally
98+
9499
Using npm
100+
95101
```bash
96102
npm install
97103
npm run install:all
98104
npm run dev
99105
```
100106

101107
Using yarn
108+
102109
```bash
103110
yarn install
104111
yarn run install:all

0 commit comments

Comments
 (0)