Skip to content

znjs/snowflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

A video library website based on Christmas Theme

How to install and run locally ?

$ git clone https://github.com/znjs/snowflix.git
$ cd snowflix
$ npm install
$ npm start

Features -

  • Video listing page
  • Filter Videos
  • Search video
  • User Profile page
  • Single video page
  • Like video
  • Watch Later Video
  • History video
  • Create playlist
  • Theme - Light and Dark modes
  • Private Routes
  • Authentication:
    • User Signup
    • User Login
  • Fully Responsive

Built with -

  • React JS
  • React Context API + useReducer
  • React Router v6
  • Custom utility based CSS library

Author