Skip to content

foolhardy21/videolib-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SneakerStore

A video library web app

To run the app locally

  • Fork this repository.
  • Clone the forked repository on your local machine.
  • Install all the dependencies - yarn install.
  • Run npm start in the console.

App Features

  • Authentication
    • Signup
    • Login
    • Logout
  • Home page with categories
  • Videos Page
  • Video Filters
  • Sort by Latest
  • Search Videos
  • Playlist Management
  • Like/Dislike
  • Watch Later
  • History
  • Loading animation
  • Alerts for certain actions

Libraries Used

  • React Hooks for UI
  • React Router v6 for client side routing
  • Axios for making API requests
  • React Spinners for loading animations
  • MockBee for mock backend