Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
feat0429 authored Jan 21, 2024
1 parent 26a3725 commit 53ad3ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pruebas/01-reading-list/feat0429/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This web application was developed to solve the code test provided by Spanish Tw
To get more details about the guidelines, the link is provided: https://github.com/midudev/pruebas-tecnicas/tree/main/pruebas/01-reading-list

<br>
## 💻Run the following scripts to run the appplication:
### 💻Run the following scripts to run the appplication:

1-cd ./reading-list

Expand All @@ -14,7 +14,7 @@ To get more details about the guidelines, the link is provided: https://github.c
4-Open the link displayed on the terminal (http://localhost:5173/). The port can change so it can be different from 5173.

<br>
## ⚙ Run the following scripts to test the appplication:
### ⚙ Run the following scripts to test the appplication:

1-cd ./reading-list

Expand All @@ -23,7 +23,7 @@ To get more details about the guidelines, the link is provided: https://github.c
3-npm run test

<br>
## 📝 The application requirements are the following:
### 📝 The application requirements are the following:

✔ The application shows a list of available books that the user can check.

Expand All @@ -41,7 +41,7 @@ To get more details about the guidelines, the link is provided: https://github.c
✔ If the user opens the application in two different browser tabs, the changes made in one tab should be reflected in the other one as well.

<br>
## ✨ Additional Features
### ✨ Additional Features

✔Available books search by title, author or ISBN

Expand Down

0 comments on commit 53ad3ee

Please sign in to comment.