Status do Projeto: ✔️ concluído
- Overview
- The challenge is to build out this interactive sound design's page component.
- My process: It took me 5 days to build this.
- Built with: HTML5, CSS3 and JAVASCRIPT.
- What I learned: I've learned how to use display grid and how to manipulate DOM. And also I've learned more how to built a responsive page.
- Continued development: I have to continue practice how to use the responsive page and javascript.
- Author: Natali Marinho.
- Acknowledgments: javascript, css and html.
Users should be able to:
- View the optimal layout for the app depending on their device's screen size;
- Select a button and it has to make a sound;
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- Mobile-first workflow
- Javascript
tecla.onkeydown = function(evento){
if(evento.code === 'Enter' || evento.code === 'Space'){
tecla.classList.add('ativa');
};
};
tecla.onkeyup = function(evento){
tecla.classList.remove('ativa');
};
- File with the sounds - This helped me for the sounds of the website.
- Frontend Mentor - @natsmarinho
- Twitter - @natsmarinho
- Instagram - @natsmarinho
- Linkedin - @natsmarinho
I would like to thank to syphazk on youtube for making a file with the sounds avaliable.
Rápida descrição do objetivo de fazer esse projeto
🪧 Vitrine.Dev | |
---|---|
✨ Nome | Quem quer ser o sonoplasta? |
🏷️ Tecnologias | javascript, html, css |
🚀 URL | https://natsmarinho.github.io/sonoplasta/ |
Projeto inspirado no aluraMid com os áudios do programa 'Vai dar namoro'.