Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vertical video sliding UI

A short-video viewing interface with vertical scrolling, similar to TikTok / Instagram Reels, with support for mobile and desktop. No third-party libraries were used.

Structure

├── api			# Pseudo API mocks
├── bin			# Binary dependencies
├── favicon.ico	# Simple favicon
├── img			# Images directory
├── index.css	# Stylesheet
├── index.html	# Markup
├── Makefile	# Build
├── LICENSE		# License
├── README.md	# This readme
├── vid			# Videos directory
├── .gitignore	# Untracked files

Dependencies

ffmpeg, cwebp, minify. Download and install according to your OS.

Development

Clone the repository and put the videos from the link into the vid directory. Number videos from 0 to 10. Then run make dev.

Build

Run make prepare; make jpg; make build. This will get all files into dist. You can then serve those files using a static web server such as Nginx.

License

About

Personalized short videos.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages