AluraTube was a project I created during the "React Immersion" event of the Alura learning platform. The event allowed me to have a deeper contact with the React.js technology, so that I could then create this project that is a clone of the Youtube page.
This project was developed under the guidance of instructor Mário Souto with the participation of developer Nayanne Lopes and Alura's CEO, Paulo Silveira.
- ReactJS
- NextJS
- Styled Components
- Supabase
- NodeJS
First you need to have Git
and nodejs
installed on your machine.
# Clone the project
$ git clone https://github.com/MarioPonte/aluraTube.git
# Install the dependencies
$ npm install next react react-dom styled-components @supabase/supabase-js
AluraTube is under the MIT License. See the file LICENSE for more details.