available on : https://ourtubejs.herokuapp.com
A minimized youtube clone implemented with ReactJS , NextJs and typescript
Features🎯
- home page✔️
- search videos❌
- watch videos✔️
OBS: all data in this system come from YouTube
prerequisites📋
- NodeJS
installation💻
- first at all clone this repository using
git clone https://github.com/lowliet64/OurTube.git
- afte clone , enter inside the projetc and install dependencies
cd ourtube
yarn install
or npm install
-
finally start the project using:
npm start
Dockerizing🐳
not available