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.
├── 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
ffmpeg, cwebp, minify. Download and install according to your OS.
Clone the repository and put the videos from the link into the vid directory. Number videos from 0 to 10.
Then run make dev.
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.
