This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c24fbdc
commit 9dd8972
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Player de Áudio | ||
|
||
## Descrição | ||
Este é um projeto de Player de Áudio interativo construído utilizando HTML, CSS e JavaScript. O player oferece funcionalidades como reprodução, pausa, avanço e retrocesso de faixas, exibindo informações sobre a faixa atual. | ||
|
||
## Conteúdo do Projeto | ||
|
||
- **HTML**: A estrutura da página e elementos do player. | ||
- **CSS**: Estilos para uma aparência agradável e responsiva. | ||
- **JavaScript**: Lógica para controlar o player de áudio e interagir com o usuário. | ||
|
||
## Funcionalidades | ||
|
||
- Reprodução e pausa de faixas de áudio. | ||
- Avanço para a próxima faixa. | ||
- Retrocesso para a faixa anterior. | ||
- Exibição de informações da faixa atual, como título e artista. | ||
- Design responsivo para melhor experiência em diferentes dispositivos. | ||
|
||
## Como Usar | ||
|
||
1. Abra o arquivo `index.html` em um navegador. | ||
2. Interaja com os botões do player para controlar a reprodução de áudio. | ||
3. Observe as informações da faixa atual exibidas na página. |