Project devoloped during the fifth edition the event Imersão React, from Alura. It's a video platform inspired by YouTube. With this project I was able to develop my skills with the front-end using React.
- List filter with search bar
- Dark mode
- Video upload
- NodeJS (18.12.1)
- ReactJS (18.2.0)
- NextJS (12.3.1)
- Styled Components (5.3.6)
- Javascript (4.8.4)
- ContextAPI
This is an example of how you may set up the project locally in your computer. To get a local copy up and running follow these steps:
- Make sure you have Node.JS 18.12.1+ with npm 8.19.2+ installed or do it from NodeJS.org;
- Make sure you have Git installed or do it from Git-scm.com;
- Access the folder you want to save the project, then clone the repo there
git clone https://github.com/tjas/tjas-aluratube
- Access the project folder;
- Install the project dependencies (obtained by default from
package.json
file)npm install
- Run the application
npm run dev
- Finally, access the aplication at http://localhost:3000