File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed
Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments