Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.73 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.73 KB

PineTube

PineTube is a Video Library which has videos of different categories such as comedy, motivational, TedTalks.

Tech Stack

  • react-router-dom
  • useContext + useReducer
  • useParams
  • useEffect

Features

  • Explore

    • User can see all the videos here. This is a public route.
  • login

    • User can login to website from here if he/she is already a user.
  • signup

    • If user is new then they can signup from here by entering all the mentioned details.
  • PlaylistPage

    • Private Route. To access the videos in the playlist created by user, they have to login first.
  • SinglePlaylistPage

    • User can see all the videos available in the specific playlist.
  • WatchLater

    • User can save video here which they wishes to watch later. Private Route.
  • Liked

    • All the videos liked by user are present here. Private Route.
  • History

    • All the videos which is visited by user can be seen here. Private Route.
  • SingleVideoPage

    • Specific video which user wants to see is shown here.

Things I want to Improve

  • Add more categories of videos
  • Night Mode

Connect with me