Skip to content

Commit 1b0ae3f

Browse files
committed
add more project description and screenshots in README
1 parent 5fdf068 commit 1b0ae3f

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,27 +202,43 @@ cargo test --bin huffman
202202

203203
### [6.1. `pandas` - pandas-like mini-dataframe container project](projects/pandas/README.md)
204204

205-
Command: `cargo run --bin pandas`
205+
Command:
206+
```sh
207+
cargo run --bin pandas
208+
```
206209

207210
![pandas](res/images/pandas.png)
208211

209212
---
210213

211214
### [6.2. `ruscrypt` - A basic encryption mini-project](projects/ruscrypt/README.md)
212215

213-
Command: `cargo run --bin ruscrypt`
216+
Command:
217+
```sh
218+
cargo run --bin ruscrypt
219+
```
214220

215221
---
216222

217223
### [6.3. Basic Password `vault`](projects/vault/README.md)
218224

219-
Command: `cargo run --bin vault`
225+
Command:
226+
```sh
227+
cargo run --bin vault
228+
```
220229

221230
---
222231

223-
### [6.4. Basic `TODO` Web Application](projects/todo-web/README.md)
232+
### [6.4. A Basic `TODO` Web Application mini project](projects/todo-web/README.md)
233+
234+
Command:
235+
```sh
236+
cargo run --bin todo
237+
```
238+
239+
and browse: http://localhost:8080
224240

225-
Command:`cargo run --bin todo`
241+
![todo](res/images/todo.png)
226242

227243
---
228244

res/images/todo.png

452 KB
Loading

0 commit comments

Comments
 (0)