Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 964 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 964 Bytes

OurTube

available on : https://ourtubejs.herokuapp.com

A minimized youtube clone implemented with ReactJS , NextJs and typescript


Features🎯

  1. home page✔️
  2. search videos❌
  3. 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