Projeto de aprendizado React desenvolvido durante a 5ª edição da 'Imersão React' com foco no framework Next.js realizada pela Alura entre os dias 07 e 11 de novembro de 2022.
AluraTube é inspirado na plataforma YouTube e tem como objetivo poder armazenar vídeos com conteúdos organizados por playlists novas ou já criadas previamente.
O design original pode ser consultado através deste link para o Figma.
- Customização personalizada;
- Visualização de thumbnail após adicionar URL do vídeo;
- Campo de texto para criação de nova playlist;
- Atualização automática da página e das playlists criadas após adicionar vídeo.
$ https://github.com/rhatiro/aluratube.git
$ npm i
- E então execute o comando
$ npm run dev
para iniciar o servidor local http://localhost:3000
React learning project developed during the 5th edition of 'Imersão React' by Alura between November 7th and 11th, 2022 focusing on Next.js framework.
AluraTube is inspired by the YouTube platform and aims to store videos with content organized by new playlists or some other previously created.
The original design can be consulted through this link for Figma.
- Personalized customization;
- Thumbnail preview after adding video URL;
- Input to create new playlist;
- Automatically update the page and created playlists after adding a video.
$ https://github.com/rhatiro/aluratube.git
$ npm i
- And then run the command
$ npm run dev
to start local server http://localhost:3000