https://github.com/jhony2488/exercicios-teste
https://github.com/jhony2488/exercicios-teste
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhony2488/exercicios-teste
- Owner: jhony2488
- Created: 2025-03-03T16:33:38.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-03T16:40:03.000Z (3 months ago)
- Last Synced: 2025-03-03T17:40:31.221Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exercicios-teste-vaga-front-end
Como usar(How to use)
Instalação baixando o repositório(Installation by downloading the repository)
```bash
# Clone este repositório(Clone this repository)
$ git clone hhttps://github.com/jhony2488/exercicios-teste# Acesse a pasta do projeto no terminal/cmd(Access the project folder in the terminal/cmd)
$ cd exercicios-teste# Instale as dependências(install dependencies)
$ npm install || yarn add```
🛠 Testes(Tests)
```bash
# Executar os testes(Run the tests)
$ npm run test || yarn test```
🛠 Tecnologias(Technologies)
Português: As seguintes ferramentas foram usadas na construção desta biblioteca:
English: The following tools were used in building this library:- [Node.js](https://nodejs.org/en/)
- [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
- [Jest](https://jestjs.io/)