File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change 1
- # Timer criado durante gravação de vídeo no Youtube
1
+ # ⏱️ Timer criado durante gravação de vídeo no YouTube
2
2
3
3
Este é um aplicativo simples de timer que foi usado durante a [ gravação deste vídeo] ( https://www.youtube.com/watch?v=ir8MIBhGbcA ) .
4
4
5
5
O layout está [ aqui no Figma] ( https://www.figma.com/design/97maginjN0aHjiQPy3dCDS/%231---Timer?m=auto&t=B8ND36dunZtQcZQe-1 ) .
6
+
7
+ ---
8
+
9
+ ## 🚀 Como executar a aplicação
10
+
11
+ 1 . Instale as dependências:
12
+ ``` bash
13
+ npm install
14
+ ```
15
+
16
+ 2 . Inicie o ambiente de desenvolvimento:
17
+ ``` bash
18
+ npm run dev
19
+ ```
20
+
21
+ 3 . Acesse no navegador:
22
+ ```
23
+ http://localhost:1234
24
+ ```
25
+
26
+ ---
27
+
28
+ ## 🧪 Como executar os testes
29
+
30
+ Para rodar os testes automatizados com Jest:
31
+
32
+ ``` bash
33
+ npm test
34
+ ```
35
+
36
+ Ou:
37
+
38
+ ``` bash
39
+ npm run test
40
+ ```
You can’t perform that action at this time.
0 commit comments